summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b58a94e..ce6b0c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,6 +55,9 @@ add_executable(meowcraft
     src/World/Clouds.cpp
     src/World/Clouds.hpp
     src/GFX/Util/MeshBuilder.hpp
+    src/GFX/Util/Primitives.cpp
+    src/GFX/Util/Primitives.hpp
+    src/Math/AABB.hpp
 )
 target_link_libraries(meowcraft glfw GLEW::GLEW)