From 06fafff8e9e9c096cc39bde0306caa53ad3a2351 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 2 Jul 2025 03:43:39 +0100 Subject: move error and match to util --- nihil.ucl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nihil.ucl/CMakeLists.txt') diff --git a/nihil.ucl/CMakeLists.txt b/nihil.ucl/CMakeLists.txt index f0e7ec0..a4d69e6 100644 --- a/nihil.ucl/CMakeLists.txt +++ b/nihil.ucl/CMakeLists.txt @@ -7,7 +7,6 @@ target_link_libraries(nihil.ucl PRIVATE nihil.std nihil.core nihil.util - nihil.error ) target_sources(nihil.ucl @@ -47,6 +46,7 @@ if(NIHIL_TESTS) target_link_libraries(nihil.ucl.test PRIVATE nihil.std + nihil.util nihil.ucl Catch2::Catch2WithMain) -- cgit v1.2.3