diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-02 21:07:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-02 21:07:16 (GMT) |
commit | 12e07f910e339fbdfdd4a16c2b6dcf9017e0546b (patch) | |
tree | 94cb91b8d3544b26ca08917f37e9442118ea1581 /Source/CMakeLists.txt | |
parent | fd40430547a1eb6b00729748ea8abb8bce39413e (diff) | |
download | CMake-12e07f910e339fbdfdd4a16c2b6dcf9017e0546b.zip CMake-12e07f910e339fbdfdd4a16c2b6dcf9017e0546b.tar.gz CMake-12e07f910e339fbdfdd4a16c2b6dcf9017e0546b.tar.bz2 |
ENH: Initial cut at TarCompress generator
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 2d7000b..c21316e 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/cmCPackTarCompressGenerator.cxx CPack/cmCPackGenericGenerator.cxx CPack/cmCPackLog.cxx ) |