1 2 3
add_library(init "src/init.c") target_include_directories(init PUBLIC "inc") target_link_libraries(init PUBLIC gfx)