summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-02-02 03:03:36 +0100
committerMel <einebeere@gmail.com>2024-02-02 03:03:36 +0100
commit250e37c742f3ad46f093f4534098cdf8f68a29a9 (patch)
tree29bb86a24e5a987959a455cae13818cf0def8646 /CMakeLists.txt
parent7b061aee2b4c15d242bb9f18101d6b9ea776c5cd (diff)
downloadmeowcraft-250e37c742f3ad46f093f4534098cdf8f68a29a9.tar.zst
meowcraft-250e37c742f3ad46f093f4534098cdf8f68a29a9.zip
Breaking blocks
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 e98c87c..2c14505 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -63,6 +63,7 @@ add_executable(meowcraft
     src/Common/Lambda.hpp
     src/Math/Functions.hpp
     src/Common/Casts.hpp
+    src/World/VoxelTraversal.hpp
 )
 target_link_libraries(meowcraft glfw GLEW::GLEW)