nesemu/ppu/CMakeLists.txt

5 lines
87 B
CMake

set(SOURCE ppu.c)
add_library(nes_ppu ${SOURCE})
target_link_libraries(nes_ppu log.c)