summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-02 15:20:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-02 15:20:58 (GMT)
commitd342d51c0cc2ab2dc0f1053817a5a98b14a3fcf4 (patch)
tree31ee8a0969c5a3538d178a9dfa207f6fc26838dd /Source/CMakeLists.txt
parentc0fe6aa97af5fa668fecf839e3baaafe4ffc2ad0 (diff)
downloadCMake-d342d51c0cc2ab2dc0f1053817a5a98b14a3fcf4.zip
CMake-d342d51c0cc2ab2dc0f1053817a5a98b14a3fcf4.tar.gz
CMake-d342d51c0cc2ab2dc0f1053817a5a98b14a3fcf4.tar.bz2
ENH: Add ZIP generator and add support for including or excluding the toplevel directory
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 03f5155..3f56cec 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -275,6 +275,7 @@ SET(CPACK_SRCS
CPack/cmCPackTGZGenerator.cxx
CPack/cmCPackNSISGenerator.cxx
CPack/cmCPackPackageMakerGenerator.cxx
+ CPack/cmCPackZIPGenerator.cxx
CPack/cmCPackGenericGenerator.cxx
CPack/cmCPackLog.cxx
)