diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 87f63c7..d5566ba 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -132,6 +132,13 @@ public: */ static void GetArguments(std::string& line, std::vector<std::string>& arguments); + + /** + * Given a string, replace any escape sequences with the corresponding + * characters. + */ + static std::string RemoveEscapes(const char*); + /** * Add the paths from the environment variable PATH to the |