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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-10-05 13:00:22 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-10-06 10:56:33 +0300
commit833237b2e4269ca436fd5c22f3ba4676347b78b0 (patch)
treecc796672e3d3480103609a58341709066764415d /src/cmd
parentc751fd56723284d5bcd3a9bb79db2e4c59acd70a (diff)
use alias target for internal libraries
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/CMakeLists.txt b/src/cmd/CMakeLists.txt
index 37d3c5255..118ca3cb4 100644
--- a/src/cmd/CMakeLists.txt
+++ b/src/cmd/CMakeLists.txt
@@ -5,7 +5,7 @@ add_library(cmdCore STATIC simplesslerrorhandler.cpp netrcparser.cpp)
target_link_libraries(cmdCore
PUBLIC
- nextcloudsync
+ Nextcloud::sync
Qt5::Core
Qt5::Network
)