aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/4dvecops/vec4operations.cpp (renamed from src/4dvecops/vectoroperations.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a55919f..c0bf031 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,7 +63,7 @@ add_executable(${PROJECT_NAME}
src/accelerate/kdtree.h
src/accelerate/bvh.cpp
src/accelerate/bvh.h
- src/4dvecops/vectoroperations.cpp
+ src/4dvecops/vec4operations.cpp
src/4dvecops/rotations4d.cpp
)
diff --git a/src/4dvecops/vectoroperations.cpp b/src/4dvecops/vec4operations.cpp
index a54b758..a54b758 100644
--- a/src/4dvecops/vectoroperations.cpp
+++ b/src/4dvecops/vec4operations.cpp