aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-12-08 11:21:52 -0500
committersotech117 <michael_foiani@brown.edu>2023-12-08 11:21:52 -0500
commit8ea227c515c802219fff8522c6ecc65dbbcc24b7 (patch)
treea7c73fa1ffae8d174502275b5a84b4a4f955e236 /CMakeLists.txt
parentcaa765bff49d54217b75aaf0e7acf4e5392a11e4 (diff)
new directory for 4d vector math
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/..."`