Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-02-18 17:26:54 +0300
committerHannah von Reth <vonreth@kde.org>2022-02-21 12:13:15 +0300
commit4b37ded384a737444b90c1fbbc1f28c580224afd (patch)
treecacc3eccc123ac9e0a97b8076a392bb2638f51de /test/testutils
parent8a745dd937bea883470344b513e0a1234acbf595 (diff)
Update CMakeLists.txt
Diffstat (limited to 'test/testutils')
-rw-r--r--test/testutils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutils/CMakeLists.txt b/test/testutils/CMakeLists.txt
index ba8012070..1f07f8d9a 100644
--- a/test/testutils/CMakeLists.txt
+++ b/test/testutils/CMakeLists.txt
@@ -4,4 +4,4 @@ target_link_libraries(syncenginetestutils PUBLIC owncloudCore Qt5::Test)
# testutilsloader.cpp uses Q_COREAPP_STARTUP_FUNCTION which can't used reliably in a static lib
# therefore we compile it in the tests
add_library(testutilsloader OBJECT testutilsloader.cpp)
-target_link_libraries(testutilsloader PUBLIC owncloudCore) \ No newline at end of file
+target_link_libraries(testutilsloader PUBLIC owncloudCore)