aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.error
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.error')
-rw-r--r--nihil.error/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
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
)