Get the makefile for this generator
| 115 | |
| 116 | //! Get the makefile for this generator |
| 117 | cmMakefile* GetMakefile() const { return this->Makefile; } |
| 118 | |
| 119 | //! Get the GlobalGenerator this is associated with |
| 120 | cmGlobalGenerator* GetGlobalGenerator() { return this->GlobalGenerator; } |
no outgoing calls
no test coverage detected