diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d2de64..36f32ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,10 @@ configure_file ( "${concordia-server_SOURCE_DIR}/scripts/cmake_stubs/start.sh.in" "${concordia-server_SOURCE_DIR}/scripts/start.sh" ) +configure_file ( + "${concordia-server_SOURCE_DIR}/scripts/cmake_stubs/simplestart.sh.in" + "${concordia-server_SOURCE_DIR}/scripts/simplestart.sh" + ) configure_file ( "${concordia-server_SOURCE_DIR}/scripts/cmake_stubs/stop.sh.in" "${concordia-server_SOURCE_DIR}/scripts/stop.sh"