diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 527a15e..a55919f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,6 +64,7 @@ add_executable(${PROJECT_NAME} src/accelerate/bvh.cpp src/accelerate/bvh.h src/4dvecops/vectoroperations.cpp + src/4dvecops/rotations4d.cpp ) # GLM: this creates its library and allows you to `#include "glm/..."` |