Build fix for Linux

This commit is contained in:
Gunnar Beutner 2014-09-19 10:10:45 +02:00
parent 42852108a3
commit 954debf235
22 changed files with 2 additions and 2 deletions

View File

@ -32,12 +32,12 @@ endif()
if(MSVC) if(MSVC)
include_external_msproject( include_external_msproject(
icinga2setupagent icinga2setupagent
${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/Icinga2SetupAgent.csproj ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/Icinga2SetupAgent.csproj
TYPE FAE04EC0-301F-11D3-BF4B-00C04F79EFBC TYPE FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
) )
install( install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe FILES ${CMAKE_CURRENT_SOURCE_DIR}/windows-setup-agent/bin/\${CMAKE_INSTALL_CONFIG_NAME}/Icinga2SetupAgent.exe
DESTINATION ${CMAKE_INSTALL_SBINDIR} DESTINATION ${CMAKE_INSTALL_SBINDIR}
) )
endif() endif()

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 766 B