summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-11-29 00:00:56 -0800
committertheo3 <arisstephenson2@gmail.com>2021-12-14 00:08:16 -0800
commit87e8bafae2588a85cc2471ac1510f0425606e6b7 (patch)
tree0fd1929908a7485a0542cc765378ab8f1b1163e9 /CMakeLists.txt
parente09eb09f6625b5d407a0a68a050df9ab85bee4a4 (diff)
havok stubs and ksys::phys work
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa0e9f2b..748ade8b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,4 +48,7 @@ target_link_libraries(uking PRIVATE evfl)
add_subdirectory(lib/xlink2)
target_link_libraries(uking PRIVATE xlink2)
+add_subdirectory(lib/hkStubs)
+target_link_libraries(uking PRIVATE hkStubs)
+
add_subdirectory(src)