aboutsummaryrefslogtreecommitdiff
path: root/src/game/CMakeLists.txt
blob: 0c21b0c02d530dcc83cf729fa6de27061f6cc508 (plain) (blame)
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)