7a478fb545
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
8 lines
120 B
CMake
8 lines
120 B
CMake
add_executable(testcpu6502
|
|
stdafx.cpp
|
|
dummy.cpp
|
|
TestCPU6502.cpp)
|
|
|
|
target_link_libraries(testcpu6502
|
|
appleii
|
|
)
|