diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 16:00:57 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 16:00:57 +0500 |
| commit | cfa27fd8eed42599195fdff6d7d0e25586e8f18c (patch) | |
| tree | 2cc0c50b5b94f38cbbd548ab47dd7ae75d64a54c /game/shared/world/CMakeLists.txt | |
| parent | d0fbd68055e3f4a796330cc8acc6c0954b5327ff (diff) | |
| download | voxelius-cfa27fd8eed42599195fdff6d7d0e25586e8f18c.tar.bz2 voxelius-cfa27fd8eed42599195fdff6d7d0e25586e8f18c.zip | |
Graft header-only math::AABB<T> from qfengine
Diffstat (limited to 'game/shared/world/CMakeLists.txt')
| -rw-r--r-- | game/shared/world/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/game/shared/world/CMakeLists.txt b/game/shared/world/CMakeLists.txt index 6b9c281..15d5b59 100644 --- a/game/shared/world/CMakeLists.txt +++ b/game/shared/world/CMakeLists.txt @@ -1,8 +1,7 @@ target_sources(shared PRIVATE + "${CMAKE_CURRENT_LIST_DIR}/chunk_aabb.hh" "${CMAKE_CURRENT_LIST_DIR}/chunk.cc" "${CMAKE_CURRENT_LIST_DIR}/chunk.hh" - "${CMAKE_CURRENT_LIST_DIR}/chunk_aabb.cc" - "${CMAKE_CURRENT_LIST_DIR}/chunk_aabb.hh" "${CMAKE_CURRENT_LIST_DIR}/dimension.cc" "${CMAKE_CURRENT_LIST_DIR}/dimension.hh" "${CMAKE_CURRENT_LIST_DIR}/feature.cc" |
