1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
add_library(game "src/game.c" "src/res.c") target_include_directories(game PUBLIC "inc" PRIVATE "privinc") target_link_libraries(game PRIVATE building container font gfx gui instance pad player resource system terrain unit)