X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Ftest%2Fmain%2FCMakeLists.txt;fp=src%2Ftest%2Fmain%2FCMakeLists.txt;h=5d590634aad73ffa1e8daf0b5375ce54458f274b;hp=6d6993f8fc9f2a322cf3cbe7a0e2ff52122a5303;hb=cf64023910d5b42477f6158f4cee853cc7f7f3f8;hpb=8c6448c2e0048389fbac9e2e9daf22b5b050d5b6 diff --git a/src/test/main/CMakeLists.txt b/src/test/main/CMakeLists.txt index 6d6993f8..5d590634 100644 --- a/src/test/main/CMakeLists.txt +++ b/src/test/main/CMakeLists.txt @@ -2,12 +2,10 @@ quassel_add_module(Test::Main EXPORT NOINSTALL) target_sources(${TARGET} PRIVATE main.cpp - testglobal.h ) target_link_libraries(${TARGET} PUBLIC - GTest::GTest Qt5::Core - Quassel::Common + Quassel::Test::Global )