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/csync
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/csync
parentc751fd56723284d5bcd3a9bb79db2e4c59acd70a (diff)
use alias target for internal libraries
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'src/csync')
-rw-r--r--src/csync/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csync/CMakeLists.txt b/src/csync/CMakeLists.txt
index 43efa4252..ec655df67 100644
--- a/src/csync/CMakeLists.txt
+++ b/src/csync/CMakeLists.txt
@@ -59,6 +59,7 @@ endif()
configure_file(csync_version.h.in ${CMAKE_CURRENT_BINARY_DIR}/csync_version.h)
add_library(nextcloud_csync SHARED ${common_SOURCES} ${csync_SRCS})
+add_library(Nextcloud::csync ALIAS nextcloud_csync)
target_include_directories(
nextcloud_csync