5 lines
106 B
CMake
5 lines
106 B
CMake
set(SOURCE nrom.c mappers.c)
|
|
|
|
add_library(nes_mappers ${SOURCE})
|
|
|
|
target_link_libraries(nes_mappers log.c) |