From ca8b16620ec207f2b32edd1f5d46f7b0bfb0a14c Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 21 Nov 2023 02:28:00 +0100 Subject: Clumsy non-swept AABB collision system for Player --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit 1.4.1