nesemu/cpu/CMakeLists.txt

4 lines
57 B
CMake

add_library(CPU
cpu.c
op.c
mem.c)