diff options
Diffstat (limited to 'domain/CMakeLists.txt')
| -rw-r--r-- | domain/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/domain/CMakeLists.txt b/domain/CMakeLists.txt index 5e4201c..2de847a 100644 --- a/domain/CMakeLists.txt +++ b/domain/CMakeLists.txt @@ -38,9 +38,10 @@ add_executable("domain-tests" ) target_link_libraries("domain-tests" - "Catch2::Catch2WithMain" + "Catch2::Catch2" "turns::domain" + "turns::glib-test-main" ) catch_discover_tests("domain-tests")
\ No newline at end of file |
