nesemu/rom/CMakeLists.txt

6 lines
98 B
CMake

add_library(ROM
rom.c
ines.c)
find_package(log.c)
target_link_libraries(ROM log.c::log.c)