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 724c5ec..2ba1906 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -240,6 +240,9 @@ public:
s_ForceUnixPaths = v;
}
static std::string ConvertToOutputPath(const char* path);
+
+ //! Check if the first string ends with the second one.
+ static bool StringEndsWith(const char* str1, const char* str2);
private:
static bool s_ForceUnixPaths;