diff options
| author | Mel <einebeere@gmail.com> | 2024-02-02 03:03:36 +0100 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-02-02 03:03:36 +0100 |
| commit | 250e37c742f3ad46f093f4534098cdf8f68a29a9 (patch) | |
| tree | 29bb86a24e5a987959a455cae13818cf0def8646 /CMakeLists.txt | |
| parent | 7b061aee2b4c15d242bb9f18101d6b9ea776c5cd (diff) | |
| download | meowcraft-250e37c742f3ad46f093f4534098cdf8f68a29a9.tar.zst meowcraft-250e37c742f3ad46f093f4534098cdf8f68a29a9.zip | |
Breaking blocks
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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) |
