mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
7 lines
202 B
CMake
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()
|