mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-03 05:55:28 +00:00
common projectm include file for cpack
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1318 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -1,17 +1,8 @@
|
||||
PROJECT(projectM)
|
||||
cmake_minimum_required(VERSION 2.4.0)
|
||||
SET(CPACK_BINARY_RPM OFF)
|
||||
#SET(CPACK_BINARY_Z OFF)
|
||||
SET(CPACK_SOURCE_TGZ ON)
|
||||
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")
|
||||
|
||||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The projectM core library.")
|
||||
|
||||
INCLUDE(CPack)
|
||||
INCLUDE(CPack-projectM.cmake)
|
||||
|
||||
cmake_minimum_required(VERSION 2.4.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user