mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 00:39:03 -05:00
ENH: Add method to create tar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user