AppleWin/test/TestCPU6502/CMakeLists.txt
Andrea Odetti 7a478fb545 Compile TestCPU6502 as well.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2018-02-11 20:43:26 +00:00

8 lines
120 B
CMake

add_executable(testcpu6502
stdafx.cpp
dummy.cpp
TestCPU6502.cpp)
target_link_libraries(testcpu6502
appleii
)