diff options
| author | Mel <einebeere@gmail.com> | 2024-04-09 03:34:50 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-04-09 03:34:50 +0200 |
| commit | 22f3bad59de14b62c6680d10aff2cea5ac5b11dc (patch) | |
| tree | 038add33df7ead1759bdd2ca9e2087fd55b1512f /CMakeLists.txt | |
| parent | 2ab9e650f814d47e78fc95500605b4561922893d (diff) | |
| download | meowcraft-22f3bad59de14b62c6680d10aff2cea5ac5b11dc.tar.zst meowcraft-22f3bad59de14b62c6680d10aff2cea5ac5b11dc.zip | |
Traverse all chunk blocks in a unified (and cache-friendly) way
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 a4cf912..a418b7c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,6 +85,7 @@ add_executable(meowcraft src/World/VoxelTraversal.hpp src/Common/Assert.hpp src/Common/Pure.hpp + src/Common/Iteration.hpp src/GFX/Actions.hpp src/GFX/Resources.cpp src/GFX/Resources.hpp src/ThreadRole.hpp |
