summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 421c006..a411020 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,7 +51,7 @@ 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
+    src/Math/AABB.cpp src/Math/AABB.hpp
     src/Time.cpp src/Time.hpp
     src/World/Generation/Lighting.cpp src/World/Generation/Lighting.hpp
     src/World/Generation/ChunkNeighbors.hpp src/World/Generation/ChunkNeighbors.cpp
@@ -62,6 +62,8 @@ add_executable(meowcraft
     src/Transform.cpp src/Transform.hpp
     src/Entities/Player.cpp src/Entities/Player.hpp
     src/Common/FlexArray.hpp
+    src/Math/Ray.hpp
+    src/Common/Lambda.hpp
 )
 target_link_libraries(meowcraft glfw GLEW::GLEW)