nesemu/ppu/CMakeLists.txt

5 lines
91 B
CMake
Raw Normal View History

2024-01-06 14:27:09 -05:00
add_library(PPU
ppu.c)
find_package(log.c)
target_link_libraries(PPU log.c::log.c)