add_library(ROM rom.c ines.c) find_package(log.c) target_link_libraries(ROM log.c::log.c)