diff options
| author | sotech117 <michael_foiani@brown.edu> | 2023-12-13 04:46:45 -0500 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2023-12-13 04:53:35 -0500 |
| commit | f887bd83942f13efe98d0c2cd997d037ed2ef068 (patch) | |
| tree | c9bbf009b7181ca40ca0fa8b7e0b0ba45ffe1761 /CMakeLists.txt | |
| parent | c6c65df3122329a8748899d48ddeeb04ed23518d (diff) | |
fixing changes
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/..."` |
