diff options
Diffstat (limited to 'src/unit/CMakeLists.txt')
| -rw-r--r-- | src/unit/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unit/CMakeLists.txt b/src/unit/CMakeLists.txt new file mode 100644 index 0000000..460cf43 --- /dev/null +++ b/src/unit/CMakeLists.txt @@ -0,0 +1,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) |
