mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
changed handling of FinalPass
This commit is contained in:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user