summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-21 20:50:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-30 21:14:18 (GMT)
commit92cecd936999f9a4c67332d1aeaba3ff120fbbc2 (patch)
tree76c5f693dd326f42450422f5e1af865c62b0cb7b /Source/cmMakefile.h
parent276c62253e3f25eda4acbf0049a70c7d622c9ea2 (diff)
downloadCMake-92cecd936999f9a4c67332d1aeaba3ff120fbbc2.zip
CMake-92cecd936999f9a4c67332d1aeaba3ff120fbbc2.tar.gz
CMake-92cecd936999f9a4c67332d1aeaba3ff120fbbc2.tar.bz2
cmMakefile: Add automatic scopes to listfile readers.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 85f117b..64783e5 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -968,6 +968,10 @@ private:
friend class cmCMakePolicyCommand;
class IncludeScope;
friend class IncludeScope;
+ class ListFileScope;
+ friend class ListFileScope;
+ class BuildsystemFileScope;
+ friend class BuildsystemFileScope;
// stack of policy settings
struct PolicyStackEntry: public cmPolicies::PolicyMap