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
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-06-20 10:53:21 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:57:56 +0300
commit07f331717f5b86f0548837052804feee8180db6a (patch)
treeda949665fa8ced1dcce7fd49b348c19614fd9906 /CMakeLists.txt
parentaad928a6befa13753911bd357d26191d978e1539 (diff)
Rename ocsync library to ${APPLICATION_EXECUTABLE}_csync
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7ac73a35..8e5ddb885 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,6 +44,9 @@ if(NOT CRASHREPORTER_EXECUTABLE)
set(CRASHREPORTER_EXECUTABLE "${APPLICATION_EXECUTABLE}_crash_reporter")
endif()
+set(synclib_NAME "${APPLICATION_EXECUTABLE}sync")
+set(csync_NAME "${APPLICATION_EXECUTABLE}_csync")
+
include(Warnings)
include(${CMAKE_SOURCE_DIR}/VERSION.cmake)