add_library(game "src/game.c") target_include_directories(game PUBLIC "inc") target_link_libraries(game PRIVATE gfx)