[Xfce4-commits] <xfc:4.6> add source build arguments
Bo Lorentsen
noreply at xfce.org
Tue Apr 10 22:22:01 CEST 2012
Updating branch refs/heads/4.6
to 4a16e60d7b5fd8f92b2be76204e62b8a4409ce2a (commit)
from 6b6fa16607d5b29924a5037f427b6bee280fc763 (commit)
commit 4a16e60d7b5fd8f92b2be76204e62b8a4409ce2a
Author: Bo Lorentsen <bl at lue.dk>
Date: Tue Apr 10 22:20:11 2012 +0200
add source build arguments
CMakeLists.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fa20003..62b2c73 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -35,6 +35,9 @@ SET(XFC_MINOR_VERSION 6)
SET(XFC_MICRO_VERSION 0)
SET(XFC_VERSION "${XFC_MAJOR_VERSION}.${XFC_MINOR_VERSION}.${XFC_MICRO_VERSION}")
+#SET(CPACK_PACKAGE_VERSION ${XFC_VERSION})
+SET(CPACK_SOURCE_GENERATOR "TBZ2")
+SET(CPACK_SOURCE_PACKAGE_FILE_NAME "xfc-${XFC_VERSION}")
SET(XFCEDIR xfce4)
@@ -61,3 +64,4 @@ ADD_SUBDIRECTORY(examples)
ADD_SUBDIRECTORY(docs)
CONFIGURE_FILE(xfc-config.h.in xfc-config.h)
+INCLUDE(CPack)
More information about the Xfce4-commits
mailing list