nesemu/mappers/CMakeLists.txt

5 lines
106 B
CMake
Raw Permalink Normal View History

2024-05-23 22:44:52 -04:00
set(SOURCE nrom.c mappers.c)
2023-11-26 12:11:49 -05:00
2024-04-30 12:28:43 -04:00
add_library(nes_mappers ${SOURCE})
target_link_libraries(nes_mappers log.c)