summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index b313dc7..f63d09a 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -50,6 +50,11 @@ public:
*/
virtual void Configure();
+ /**
+ * Perform any final calculations prior to generation
+ */
+ virtual void ConfigureFinalPass();
+
///! Get the makefile for this generator
cmMakefile *GetMakefile() {
return this->m_Makefile; };