summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-28 21:30:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-28 21:30:55 (GMT)
commitfdc844ecdb4d3f67e83ebcb7303ba67a115ac9eb (patch)
tree6c5806e7deee91efd590125038b27fdb16549059 /Source/cmSystemTools.h
parentba63b6f15ecb8c3011244468e7c6257a43d2dc6b (diff)
downloadCMake-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.h2
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;