From a4607e29540a9352c35afff17193ceeab137cc9d Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Wed, 2 Jul 2025 03:25:28 +0100 Subject: move monad to util --- nihil.error/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nihil.error') diff --git a/nihil.error/CMakeLists.txt b/nihil.error/CMakeLists.txt index 8a215b7..81c2cd8 100644 --- a/nihil.error/CMakeLists.txt +++ b/nihil.error/CMakeLists.txt @@ -15,7 +15,9 @@ if(NIHIL_TESTS) error.test.cc) target_link_libraries(nihil.error.test PRIVATE - nihil.std nihil.core nihil.error + nihil.std + nihil.core + nihil.error Catch2::Catch2WithMain ) -- cgit v1.2.3