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

CMakeLists.txt « config « csync - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da2c51c690cb20f6c76bcb631c62ce84dc277979 (plain)
1
2
3
4
5
6
7
8
9
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
)