summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-09-03 12:27:00 (GMT)
committerBrad King <brad.king@kitware.com>2009-09-03 12:27:00 (GMT)
commit3fda5c6463f3d0d263b8e58503fa622a46932d8c (patch)
tree71f9c5449eb26afcf083c4d6e45f9712e28568bb /Source/cmLocalGenerator.h
parent1db5c90644c2567af5d10b66d7be6f39441ce8ff (diff)
downloadCMake-3fda5c6463f3d0d263b8e58503fa622a46932d8c.zip
CMake-3fda5c6463f3d0d263b8e58503fa622a46932d8c.tar.gz
CMake-3fda5c6463f3d0d263b8e58503fa622a46932d8c.tar.bz2
Factor cmLocalGenerator::Configure input file read
This method tells the cmMakefile to read the input CMakeLists.txt file. We factor out the call into a ReadInputFile method so it can be extended without polluting the Configure method.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index de17c86..a1046ad 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -365,6 +365,9 @@ protected:
definition. Issues a warning. */
virtual bool CheckDefinition(std::string const& define) const;
+ /** Read the input CMakeLists.txt file. */
+ void ReadInputFile();
+
cmMakefile *Makefile;
cmGlobalGenerator *GlobalGenerator;
// members used for relative path function ConvertToMakefilePath