summaryrefslogtreecommitdiffstats
path: root/core/CMakeLists.txt
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-06-29 12:04:58 +0500
committeruntodesu <kirill@untode.su>2025-06-29 12:04:58 +0500
commit3b5fab8849f9a7cd3fa6469d3bec04b78784b3ff (patch)
tree96f806c80e7553b1b4f04cb7726945ad41de2366 /core/CMakeLists.txt
parent61e5bcef2629e2d68b805a956a96fff264d4f74d (diff)
downloadvoxelius-3b5fab8849f9a7cd3fa6469d3bec04b78784b3ff.tar.bz2
voxelius-3b5fab8849f9a7cd3fa6469d3bec04b78784b3ff.zip
Update core/macros.hh
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r--core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 7bac586..c2d5289 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -18,6 +18,7 @@ add_library(core STATIC
"${CMAKE_CURRENT_LIST_DIR}/floathacks.hh"
"${CMAKE_CURRENT_LIST_DIR}/image.cc"
"${CMAKE_CURRENT_LIST_DIR}/image.hh"
+ "${CMAKE_CURRENT_LIST_DIR}/macros.hh"
"${CMAKE_CURRENT_LIST_DIR}/pch.hh"
"${CMAKE_CURRENT_LIST_DIR}/resource.hh"
"${CMAKE_CURRENT_LIST_DIR}/strtools.cc"