aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.ucl/CMakeLists.txt
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-07-02 04:00:06 +0100
committerLexi Winter <lexi@le-fay.org>2025-07-02 04:00:06 +0100
commit5adeb648f74c1771164c0686d6e0fc584cf36d9e (patch)
tree060cd918d3dd9e931a1541a43c9edff1a404ff47 /nihil.ucl/CMakeLists.txt
parent06fafff8e9e9c096cc39bde0306caa53ad3a2351 (diff)
downloadnihil-5adeb648f74c1771164c0686d6e0fc584cf36d9e.tar.gz
nihil-5adeb648f74c1771164c0686d6e0fc584cf36d9e.tar.bz2
move everything from util to core
Diffstat (limited to 'nihil.ucl/CMakeLists.txt')
-rw-r--r--nihil.ucl/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/nihil.ucl/CMakeLists.txt b/nihil.ucl/CMakeLists.txt
index a4d69e6..477dcf7 100644
--- a/nihil.ucl/CMakeLists.txt
+++ b/nihil.ucl/CMakeLists.txt
@@ -6,7 +6,6 @@ add_library(nihil.ucl STATIC)
target_link_libraries(nihil.ucl PRIVATE
nihil.std
nihil.core
- nihil.util
)
target_sources(nihil.ucl
@@ -46,7 +45,7 @@ if(NIHIL_TESTS)
target_link_libraries(nihil.ucl.test PRIVATE
nihil.std
- nihil.util
+ nihil.core
nihil.ucl
Catch2::Catch2WithMain)