diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-10-24 10:48:22 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-11-15 13:11:11 -0500 |
| commit | 52d7270ba0a532a759a87ee29043c136811b8736 (patch) | |
| tree | a9c95ca698d81ecb0ffbd9ae4c9336ed56a7ae0b /CMakeLists.txt | |
| parent | a4e6f3936b43f239a70fb534b23530b098d6b6f2 (diff) | |
add MathHelpers for glm and bullet translations
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c06b53d..22de8fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,8 @@ set(PKE_SOURCE_FILES src/game-type-defs.hpp src/helpers.hpp src/helpers.cpp + src/math-helpers.hpp + src/math-helpers.cpp src/memory.hpp src/memory.cpp src/memory-allocator.hpp |
