diff options
Diffstat (limited to 'gui/CMakeLists.txt')
| -rw-r--r-- | gui/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 111a870..7e3edf7 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -157,7 +157,7 @@ install(TARGETS "gui") # Tests add_executable("gui-tests" - "tests/gtk-test.cpp" + "tests/main.cpp" "tests/messages.cpp" "tests/participant_editor.cpp" "tests/participant_row.cpp" @@ -166,7 +166,7 @@ add_executable("gui-tests" target_link_libraries("gui-tests" PRIVATE "gui_impl" - "Catch2::Catch2WithMain" + "Catch2::Catch2" "$<$<CXX_COMPILER_ID:GNU,Clang>:-Wl,--whole-archive>" "resources" |
