aboutsummaryrefslogtreecommitdiff
path: root/src/unit/CMakeLists.txt
blob: 5f52fbfce0819ead5201e9ec104ce542d9dc6828 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
add_library(unit "src/unit.c")
target_include_directories(unit PUBLIC "inc")
target_link_libraries(unit
    PUBLIC
    fixmath
    container
    camera
    gfx
    instance
    sfx
    util
)