From 7b061aee2b4c15d242bb9f18101d6b9ea776c5cd Mon Sep 17 00:00:00 2001 From: Mel Date: Thu, 1 Feb 2024 23:56:57 +0100 Subject: Walking movement --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5227274..e98c87c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,7 @@ add_executable(meowcraft src/Math/Ray.hpp src/Common/Lambda.hpp src/Math/Functions.hpp + src/Common/Casts.hpp ) target_link_libraries(meowcraft glfw GLEW::GLEW) -- cgit 1.4.1