diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-21 16:37:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-21 16:37:40 (GMT) |
commit | 07fa9ac09c69b098af08429eccaf332c15b97f1e (patch) | |
tree | 16afbc4be747a7a2bea3c7562b7e5b1833421271 /Source/CPack/cmCPackTarCompressGenerator.h | |
parent | ba9c97ccec7496920981c918eba762f0a00c6ee2 (diff) | |
download | CMake-07fa9ac09c69b098af08429eccaf332c15b97f1e.zip CMake-07fa9ac09c69b098af08429eccaf332c15b97f1e.tar.gz CMake-07fa9ac09c69b098af08429eccaf332c15b97f1e.tar.bz2 |
ENH: Implement TarCompress generator using compress library
Diffstat (limited to 'Source/CPack/cmCPackTarCompressGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackTarCompressGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackTarCompressGenerator.h b/Source/CPack/cmCPackTarCompressGenerator.h index efd5579..75adb22 100644 --- a/Source/CPack/cmCPackTarCompressGenerator.h +++ b/Source/CPack/cmCPackTarCompressGenerator.h @@ -42,6 +42,7 @@ protected: virtual const char* GetOutputExtension() { return "tar.Z"; } int RenameFile(const char* oldname, const char* newname); + int GenerateHeader(std::ostream* os); }; #endif |