summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-02-01 23:56:57 +0100
committerMel <einebeere@gmail.com>2024-02-01 23:56:57 +0100
commit7b061aee2b4c15d242bb9f18101d6b9ea776c5cd (patch)
tree66ef0166efb36146a58075e2e21e8c1c36fbd927 /CMakeLists.txt
parent7b107078a2a3b9f62a076f91e873f5ad0597d167 (diff)
downloadmeowcraft-7b061aee2b4c15d242bb9f18101d6b9ea776c5cd.tar.zst
meowcraft-7b061aee2b4c15d242bb9f18101d6b9ea776c5cd.zip
Walking movement
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)