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:
Diffstat (limited to 'csync/config/CMakeLists.txt')
-rw-r--r--csync/config/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/csync/config/CMakeLists.txt b/csync/config/CMakeLists.txt
new file mode 100644
index 000000000..da2c51c69
--- /dev/null
+++ b/csync/config/CMakeLists.txt
@@ -0,0 +1,10 @@
+macro_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/ocsync.conf ${CMAKE_CURRENT_BINARY_DIR}/ocsync.conf)
+macro_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/ocsync_exclude.conf ${CMAKE_CURRENT_BINARY_DIR}/ocsync_exclude.conf)
+
+install(
+ FILES
+ ocsync.conf
+ ocsync_exclude.conf
+ DESTINATION
+ ${SYSCONF_INSTALL_DIR}/ocsync
+)