diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1891614..a89a3b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,8 @@ add_executable(${PROJECT_NAME} src/vec4ops/rotations4d.cpp src/vec4ops/transform4d.cpp src/vec4ops/vec4ops.h + src/physics/physics.cpp + src/physics/physics.h ) # GLM: this creates its library and allows you to `#include "glm/..."` |