windows installer

This commit is contained in:
Matthias Hochsteger 2015-03-06 16:21:10 +01:00
parent b870bcee0f
commit abaad215ce

View File

@ -284,6 +284,9 @@ if(UNIX)
endif(UNIX)
if(WIN32)
set(CPACK_GENERATOR "NSIS")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "netgen 6.1-dev")
set(CPACK_INSTALL_PREFIX "")
set(CPACK_PACKAGING_INSTALL_PREFIX "")
endif(WIN32)
include(CPack)