diff options
Diffstat (limited to 'nihil.ucl/CMakeLists.txt')
| -rw-r--r-- | nihil.ucl/CMakeLists.txt | 3 |
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) |
