mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
cmMakefile: Add automatic scopes to listfile readers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user