cmMakefile: Add automatic scopes to listfile readers.

This commit is contained in:
Stephen Kelly
2015-06-21 22:50:13 +02:00
parent 276c62253e
commit 92cecd9369
2 changed files with 55 additions and 6 deletions
+4
View File
@@ -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