diff options
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; |