Copy config to the build directory.

This commit is contained in:
Andreas Schneider 2008-03-06 17:42:39 +01:00
parent 17ffc9d1e4
commit 57b74f8ce3

View File

@ -1,6 +1,10 @@
INSTALL(
macro_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/csync.conf ${CMAKE_CURRENT_BINARY_DIR}/csync.conf)
macro_copy_file(${CMAKE_CURRENT_SOURCE_DIR}/csync_log.conf ${CMAKE_CURRENT_BINARY_DIR}/csync_log.conf)
install(
FILES
csync.conf
csync_log.conf
DESTINATION
${DATA_INSTALL_PREFIX}
${SYSCONF_INSTALL_DIR}/csync
)