nesemu/cpu/CMakeLists.txt

8 lines
135 B
CMake

add_library(CPU
cpu.c
op.c
memory.c
cpu.h)
find_package(log.c)
target_link_libraries(CPU log.c::log.c)