summaryrefslogtreecommitdiffstats
path: root/core/math/CMakeLists.txt
diff options
context:
space:
mode:
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 ab03087..692492e 100644
--- a/core/math/CMakeLists.txt
+++ b/core/math/CMakeLists.txt
@@ -6,6 +6,5 @@ target_sources(core PRIVATE
"${CMAKE_CURRENT_LIST_DIR}/constexpr.hh"
"${CMAKE_CURRENT_LIST_DIR}/crc64.cc"
"${CMAKE_CURRENT_LIST_DIR}/crc64.hh"
- "${CMAKE_CURRENT_LIST_DIR}/floathacks.hh"
"${CMAKE_CURRENT_LIST_DIR}/randomizer.hh"
"${CMAKE_CURRENT_LIST_DIR}/vectors.hh")