diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-28 21:30:55 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-28 21:30:55 (GMT) |
commit | fdc844ecdb4d3f67e83ebcb7303ba67a115ac9eb (patch) | |
tree | 6c5806e7deee91efd590125038b27fdb16549059 /Source/cmSystemTools.h | |
parent | ba63b6f15ecb8c3011244468e7c6257a43d2dc6b (diff) | |
download | CMake-fdc844ecdb4d3f67e83ebcb7303ba67a115ac9eb.zip CMake-fdc844ecdb4d3f67e83ebcb7303ba67a115ac9eb.tar.gz CMake-fdc844ecdb4d3f67e83ebcb7303ba67a115ac9eb.tar.bz2 |
ENH: Add method to create tar
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index c647469..59ca1d1 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -297,6 +297,8 @@ public: of the form var=value */ static bool PutEnv(const char* value); + /** Create tar */ + static bool CreateTar(const char* outFileName, const std::vector<cmStdString>& files); private: static bool s_ForceUnixPaths; static bool s_RunCommandHideConsole; |