summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 44d4d61a3e..9631bd353f 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -534,6 +534,8 @@ public:
*/
void ExecuteCommand(std::string &name, std::vector<std::string> const& args);
+ /** Check if a command exists. */
+ bool CommandExists(const char* name) const;
protected:
std::string m_Prefix;