icinga2/choco/CMakeLists.txt

7 lines
202 B
CMake

# Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
if(WIN32)
configure_file(icinga2.nuspec.cmake icinga2.nuspec)
configure_file(chocolateyInstall.ps1.template.cmake chocolateyInstall.ps1.template)
endif()