nesemu/rom/CMakeLists.txt

5 lines
94 B
CMake

set(SOURCE rom.c ines.c)
add_library(nes_rom ${SOURCE})
target_link_libraries(nes_rom log.c)