summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2014-07-09 22:21:36 (GMT)
committerBrad King <brad.king@kitware.com>2014-07-29 13:48:41 (GMT)
commitf931a18c334bd471c22f7af4e580b2433ba14a69 (patch)
tree671a48024965cee44f98369de901da6c9957f327 /Source/CMakeLists.txt
parent38065563b6fb0093004d0c89b5de0f82a76b5a31 (diff)
downloadCMake-f931a18c334bd471c22f7af4e580b2433ba14a69.zip
CMake-f931a18c334bd471c22f7af4e580b2433ba14a69.tar.gz
CMake-f931a18c334bd471c22f7af4e580b2433ba14a69.tar.bz2
CPack: add generators for .7z and .tar.xz (#13072, #14519)
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index c394946..7f36bb2 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -580,9 +580,11 @@ set(CPACK_SRCS
CPack/cmCPackIFWGenerator.cxx
CPack/cmCPackSTGZGenerator.cxx
CPack/cmCPackTGZGenerator.cxx
+ CPack/cmCPackTXZGenerator.cxx
CPack/cmCPackTarBZip2Generator.cxx
CPack/cmCPackTarCompressGenerator.cxx
CPack/cmCPackZIPGenerator.cxx
+ CPack/cmCPack7zGenerator.cxx
)
if(CYGWIN)