Create NSIS installer and a zip archive on windows

This commit is contained in:
Yevgen Muntyan 2010-02-28 01:28:12 -08:00
parent 76fb9316ee
commit 178155ae06

View File

@ -102,6 +102,7 @@ SET(CPACK_NSIS_CONTACT ${MOO_PACKAGE_VENDOR})
IF(WIN32)
SET(CPACK_SOURCE_GENERATOR ZIP)
SET(CPACK_GENERATOR NSIS ZIP)
ELSE(WIN32)
SET(CPACK_SOURCE_GENERATOR TBZ2)
ENDIF(WIN32)