summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 399b2ac110..558066b991 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -30,6 +30,7 @@ class cmCommand;
class cmLocalGenerator;
class cmMakeDepend;
class cmSourceFile;
+class cmVariableWatch;
/** \class cmMakefile
* \brief Process the input CMakeLists.txt file.
@@ -531,6 +532,8 @@ public:
* given a current CMakeLists file name
*/
cmCacheManager *GetCacheManager() const;
+ cmake *GetCMakeInstance() const;
+ cmVariableWatch* GetVariableWatch() const;
//! Determine wether this is a local or global build.
bool GetLocal() const;