Fix project type for the Icinga2SetupAgent project.

Refs #4865
This commit is contained in:
Gunnar Beutner 2014-04-18 12:46:11 +02:00
parent e19948fc95
commit 342e669175
1 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,11 @@ if(UNIX OR CYGWIN)
endif()
if(MSVC)
include_external_msproject(icinga2setupagent ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/Icinga2SetupAgent.csproj)
include_external_msproject(
icinga2setupagent
${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/Icinga2SetupAgent.csproj
TYPE FAE04EC0-301F-11D3-BF4B-00C04F79EFBC
)
install(
FILES ${CMAKE_CURRENT_SOURCE_DIR}/icinga2-setup-agent/bin/${CMAKE_BUILD_TYPE}/Icinga2SetupAgent.exe