diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-04 01:42:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-04 01:42:51 (GMT) |
commit | d4e84f8c5b0deea6d1559a0894662965ff9b7edc (patch) | |
tree | f6a5bfe0cbb78ac1b01944cdc583002bcefb0093 /Source/CMakeLists.txt | |
parent | 9600c0a189662dc0f5ffc03d9ac5555f133ed724 (diff) | |
download | CMake-d4e84f8c5b0deea6d1559a0894662965ff9b7edc.zip CMake-d4e84f8c5b0deea6d1559a0894662965ff9b7edc.tar.gz CMake-d4e84f8c5b0deea6d1559a0894662965ff9b7edc.tar.bz2 |
ENH: Add BZip2 support, add better documentation
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index c21316e..3f8bb1a 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -276,6 +276,7 @@ SET(CPACK_SRCS CPack/cmCPackNSISGenerator.cxx CPack/cmCPackPackageMakerGenerator.cxx CPack/cmCPackZIPGenerator.cxx + CPack/cmCPackTarBZip2Generator.cxx CPack/cmCPackTarCompressGenerator.cxx CPack/cmCPackGenericGenerator.cxx CPack/cmCPackLog.cxx |