aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5c6fbc..1f73b07 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,6 +56,7 @@ add_executable(${PROJECT_NAME}
src/accelerate/kdtree.h
src/accelerate/bvh.cpp
src/accelerate/bvh.h
+ src/4dvecops/vectoroperations.cpp
)
# GLM: this creates its library and allows you to `#include "glm/..."`