nesemu/mappers/CMakeLists.txt

5 lines
115 B
CMake
Raw Normal View History

2024-04-30 12:28:43 -04:00
set(SOURCE simple_mapper.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)