nesemu/cpu/CMakeLists.txt

4 lines
57 B
CMake
Raw Normal View History

2023-10-05 17:05:06 -04:00
add_library(CPU
cpu.c
op.c
mem.c)