aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3af6982..1891614 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,10 +63,10 @@ add_executable(${PROJECT_NAME}
src/accelerate/kdtree.h
src/accelerate/bvh.cpp
src/accelerate/bvh.h
- src/4dvecops/vec4operations.cpp
- src/4dvecops/rotations4d.cpp
- src/4dvecops/transform4d.cpp
- src/4dvecops/vec4ops.h
+ src/vec4ops/vec4ops.cpp
+ src/vec4ops/rotations4d.cpp
+ src/vec4ops/transform4d.cpp
+ src/vec4ops/vec4ops.h
)
# GLM: this creates its library and allows you to `#include "glm/..."`