AppleWin/test/TestCPU6502/CMakeLists.txt
Andrea Odetti 76317c2df1 libwindows: a very tiny step towards compilation of libretro with VS.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2021-11-28 18:49:17 +00:00

7 lines
152 B
CMake

add_executable(testcpu6502
stdafx.cpp
../../source/SynchronousEventManager.cpp
TestCPU6502.cpp)
target_link_libraries(testcpu6502
windows)