diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-21 20:50:13 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-30 21:14:18 (GMT) |
commit | 92cecd936999f9a4c67332d1aeaba3ff120fbbc2 (patch) | |
tree | 76c5f693dd326f42450422f5e1af865c62b0cb7b /Source/cmMakefile.h | |
parent | 276c62253e3f25eda4acbf0049a70c7d622c9ea2 (diff) | |
download | CMake-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.h | 4 |
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 |