diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-29 15:43:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-29 15:43:12 (GMT) |
commit | d1180fc4e1545f98fddd9a51bb2140f04af0730d (patch) | |
tree | 3378f2a9d2ad790be32845b6ab711a6d2ad82cfa /Source/cmSystemTools.h | |
parent | 21c7454250982d2cc4abd9d5cfe916f3640dc1ee (diff) | |
download | CMake-d1180fc4e1545f98fddd9a51bb2140f04af0730d.zip CMake-d1180fc4e1545f98fddd9a51bb2140f04af0730d.tar.gz CMake-d1180fc4e1545f98fddd9a51bb2140f04af0730d.tar.bz2 |
ENH: Add untaring support
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 59ca1d1..3103300 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -299,6 +299,7 @@ public: /** Create tar */ static bool CreateTar(const char* outFileName, const std::vector<cmStdString>& files); + static bool ExtractTar(const char* inFileName, const std::vector<cmStdString>& files); private: static bool s_ForceUnixPaths; static bool s_RunCommandHideConsole; |