]> gitweb.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
cmake: build ATonce support on Unix
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 21 Jun 2026 22:00:35 +0000 (15:00 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 7 Jul 2026 21:00:11 +0000 (14:00 -0700)
commitecd7ead815224e193fca1d19f80cf829cab59a15
tree0f4cad514ed17ee9d751b1fcf8914ab74c882671
parent58a16d607ec4c3f32e0663b982c6b70713d11f7c
cmake: build ATonce support on Unix

The upstream ATonce merge added atonce.cpp to the Windows project
but left the Unix CMake source list without the new source file.

Add atonce.cpp beside the Unix x86/PCem sources so WITH_X86 builds
link the ATonce calls from cia.cpp, expansion.cpp, and x86.cpp.
CMakeLists.txt