AppleWin/test/TestCPU6502/CMakeLists.txt

9 lines
120 B
Text
Raw Normal View History

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