summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-06 13:38:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-08-06 13:38:22 (GMT)
commit370e2c6785ce9167c9945763505353816780326c (patch)
tree8922acb80277b726b85f74636de4482c1d28621b /Source/cmLocalGenerator.h
parent4f0a6d462e1c22d7c681aac5dd77ce73a560f9f2 (diff)
parent12c3f24827d2459154fcc9773b279f96c303e591 (diff)
downloadCMake-370e2c6785ce9167c9945763505353816780326c.zip
CMake-370e2c6785ce9167c9945763505353816780326c.tar.gz
CMake-370e2c6785ce9167c9945763505353816780326c.tar.bz2
Merge topic 'refactor-evaluation-files'
12c3f248 cmGeneratorExpressionEvaluationFile: Require generator context. 6c0e9ee2 cmMakefile: Store EvaluationFiles.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index 2971574..1c18788 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -305,6 +305,8 @@ public:
void IssueMessage(cmake::MessageType t, std::string const& text) const;
+ void CreateEvaluationFileOutputs(const std::string& config);
+ void ProcessEvaluationFiles(std::vector<std::string>& generatedFiles);
void ComputeObjectMaxPath();
protected: