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.posix/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nihil.posix/CMakeLists.txt') diff --git a/nihil.posix/CMakeLists.txt b/nihil.posix/CMakeLists.txt index 3fcf625..4fc7d0c 100644 --- a/nihil.posix/CMakeLists.txt +++ b/nihil.posix/CMakeLists.txt @@ -4,7 +4,6 @@ add_library(nihil.posix STATIC) target_link_libraries(nihil.posix PRIVATE nihil.std nihil.core - nihil.util ) target_sources(nihil.posix @@ -58,8 +57,8 @@ if(NIHIL_TESTS) target_link_libraries(nihil.posix.test PRIVATE nihil.std + nihil.core nihil.posix - nihil.util Catch2::Catch2WithMain ) -- cgit v1.2.3