aboutsummaryrefslogtreecommitdiff
path: root/src/game/CMakeLists.txt
blob: b03715ca28cc4c65347d48f1f472ce007ef40195 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_library(game "src/game.c" "src/res.c")
target_include_directories(game PUBLIC "inc" PRIVATE "privinc")
target_link_libraries(game PUBLIC peripheral PRIVATE
    building
    container
    font
    gfx
    gui
    instance
    pad
    player
    system
    terrain
    unit)