aboutsummaryrefslogtreecommitdiff
path: root/src/unit/CMakeLists.txt
blob: 460cf431f5388d58c1cf2329ec4fc14af2bb7765 (plain) (blame)
1
2
3
add_library(unit "src/unit.c")
target_include_directories(unit PUBLIC "inc")
target_link_libraries(unit PUBLIC fixmath container camera gfx instance resource sfx tech util)