From: Rune Darrud Date: Mon, 14 Mar 2016 19:44:58 +0000 (+0100) Subject: Add the Icinga2SetupAgent.exe.config to Windows installer X-Git-Tag: v2.5.0~412 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f6c133771c766a72b79241b5829ed47fdfb6322;p=icinga2 Add the Icinga2SetupAgent.exe.config to Windows installer fixes #10624 --- diff --git a/agent/CMakeLists.txt b/agent/CMakeLists.txt index 3eecc7548..8d1fba821 100644 --- a/agent/CMakeLists.txt +++ b/agent/CMakeLists.txt @@ -24,7 +24,7 @@ if(MSVC) ) install( - FILES ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe + FILES ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe.config DESTINATION ${CMAKE_INSTALL_SBINDIR} ) endif()