summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 04ee977..62d5568 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -267,6 +267,9 @@ public:
static bool RunCommand(const char* command, std::string& output,
int &retVal, const char* directory = 0, bool verbose = true);
+ ///! for windows return the short path for the given path, unix just a pass through
+ static bool GetShortPath(const char* path, std::string& result);
+
///! change directory the the directory specified
static int ChangeDirectory(const char* dir);