From 5adeb648f74c1771164c0686d6e0fc584cf36d9e Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 2 Jul 2025 04:00:06 +0100 Subject: move everything from util to core --- nihil.ucl/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nihil.ucl/CMakeLists.txt') 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) -- cgit v1.2.3