mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-03 05:55:28 +00:00
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1317 6778bc44-b910-0410-a7a0-be141de4315d
20 lines
529 B
CMake
20 lines
529 B
CMake
|
|
SET(CPACK_GENERATORS "TGZ")
|
|
SET(CPACK_SOURCE_GENERATORS "TGZ")
|
|
#SET(CPACK_STRIP_FILES ON)
|
|
SET(CPACK_IGNORE_FILES
|
|
"*~;CMakeCache.txt;CMakeFiles/;.svn;*.bak;*.Z;*.gz;*.tgz;*.tar;*.bz2;*.zip;*.rpm;*.deb;*.o;*.a;*.so")
|
|
#SET(CPACK_BINARY_RPM OFF)
|
|
#SET(CPACK_BINARY_Z OFF)
|
|
#SET(CPACK_SOURCE_TGZ ON)
|
|
#SET(CPACK_SOURCE_Z OFF)
|
|
#SET(CPACK_SOURCE_TBZ2 OFF)
|
|
#SET(CPACK_BINARY_TGZ ON)
|
|
#SET(CPACK_SOURCE_Z OFF)
|
|
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
|
|
SET(CPACK_PACKAGE_VERSION_MINOR "0")
|
|
SET(CPACK_PACKAGE_VERSION_PATCH "0")
|
|
|
|
INCLUDE(CPack)
|
|
|