Add the Icinga2SetupAgent.exe.config to Windows installer

fixes #10624
This commit is contained in:
Rune Darrud 2016-03-14 20:44:58 +01:00 committed by Gunnar Beutner
parent 159681c390
commit b7ccce9d83
1 changed files with 1 additions and 1 deletions

View File

@ -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()