]> granicus.if.org Git - icinga2/commitdiff
Add the Icinga2SetupAgent.exe.config to Windows installer
authorRune Darrud <theflyingcorpse@gmail.com>
Mon, 14 Mar 2016 19:44:58 +0000 (20:44 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 12 Apr 2016 10:18:32 +0000 (12:18 +0200)
fixes #10624

agent/CMakeLists.txt

index 3eecc75486d4bbe0a775b7d47875308b7fec73a3..8d1fba821d065210b99b71a7d1ca4d61156d8e85 100644 (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()