summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-30 17:39:08 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-04 13:06:41 (GMT)
commit69a038a9e90a8839b69f4cb8826688be611e8b0d (patch)
treec645fe0ad15a511f56a58d9cd201ce14dbd9586f /Source/cmMakefile.h
parent0863797037b82f01cb356cb2cd4cdcef7ca8ae48 (diff)
downloadCMake-69a038a9e90a8839b69f4cb8826688be611e8b0d.zip
CMake-69a038a9e90a8839b69f4cb8826688be611e8b0d.tar.gz
CMake-69a038a9e90a8839b69f4cb8826688be611e8b0d.tar.bz2
cmMakefile: Refactor directories specified with the subdirs command.
Store the directories on the cmMakefile as explicitly not-configured-yet.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index a45d837..509f5c8 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -262,6 +262,11 @@ public:
this->LinkDirectories = vec;
}
+ std::vector<cmLocalGenerator*> GetUnConfiguredDirectories() const
+ {
+ return this->UnConfiguredDirectories;
+ }
+
/**
* Add a subdirectory to the build.
*/
@@ -920,6 +925,8 @@ private:
mutable cmsys::RegularExpression cmAtVarRegex;
mutable cmsys::RegularExpression cmNamedCurly;
+ std::vector<cmLocalGenerator*> UnConfiguredDirectories;
+
cmPropertyMap Properties;
// Unused variable flags