5 lines
91 B
CMake
5 lines
91 B
CMake
|
add_library(PPU
|
||
|
ppu.c)
|
||
|
|
||
|
find_package(log.c)
|
||
|
target_link_libraries(PPU log.c::log.c)
|