summaryrefslogtreecommitdiffstats
path: root/core/math/CMakeLists.txt
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 16:00:57 +0500
committeruntodesu <kirill@untode.su>2025-09-11 16:00:57 +0500
commitcfa27fd8eed42599195fdff6d7d0e25586e8f18c (patch)
tree2cc0c50b5b94f38cbbd548ab47dd7ae75d64a54c /core/math/CMakeLists.txt
parentd0fbd68055e3f4a796330cc8acc6c0954b5327ff (diff)
downloadvoxelius-cfa27fd8eed42599195fdff6d7d0e25586e8f18c.tar.bz2
voxelius-cfa27fd8eed42599195fdff6d7d0e25586e8f18c.zip
Graft header-only math::AABB<T> from qfengine
Diffstat (limited to 'core/math/CMakeLists.txt')
-rw-r--r--core/math/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/CMakeLists.txt b/core/math/CMakeLists.txt
index 692492e..b994969 100644
--- a/core/math/CMakeLists.txt
+++ b/core/math/CMakeLists.txt
@@ -1,5 +1,4 @@
target_sources(core PRIVATE
- "${CMAKE_CURRENT_LIST_DIR}/aabb.cc"
"${CMAKE_CURRENT_LIST_DIR}/aabb.hh"
"${CMAKE_CURRENT_LIST_DIR}/angles.hh"
"${CMAKE_CURRENT_LIST_DIR}/concepts.hh"