summaryrefslogtreecommitdiffstats
path: root/choco/CMakeLists.txt
blob: fb147a15cf291d32c704a83f994d164245f659a5 (plain)
1
2
3
4
5
6
# 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()