diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index 6175623..da94820 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -86,6 +86,12 @@ public: static void GetPath(std::vector<std::string>& path); /** + * Get the file extension (including ".") needed for an executable + * on the current platform ("" for unix, ".exe" for Windows). + */ + static const char* GetExecutableExtension(); + + /** * Display an error message. */ static void Error(const char* m, const char* m2=0 ); |