Module: sems Branch: master Commit: 9b4cc5e03a15c4bd43d14d0794273c1512a7cb1e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=9b4cc5e03a15c4bd43d14d0794273c1512a7cb1e
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Fri Feb 11 16:09:15 2011 +0300 Added another one config-file template Signed-off-by: Peter Lemenkov <[email protected]> --- core/CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 28ba425..08e10c1 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -30,6 +30,7 @@ ENDIF(LIBSAMPLERATE_FOUND) ADD_SUBDIRECTORY(plug-in) # Create config-file from template +CONFIGURE_FILE (${CMAKE_SOURCE_DIR}/core/etc/app_mapping.conf.sample ${CMAKE_SOURCE_DIR}/core/etc/app_mapping.conf) CONFIGURE_FILE (${CMAKE_SOURCE_DIR}/core/etc/sems.conf.cmake ${CMAKE_SOURCE_DIR}/core/etc/sems.conf) # Installation of main SEMS executable _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
