Get the GlobalGenerator this is associated with
| 118 | |
| 119 | //! Get the GlobalGenerator this is associated with |
| 120 | cmGlobalGenerator* GetGlobalGenerator() { return this->GlobalGenerator; } |
| 121 | cmGlobalGenerator const* GetGlobalGenerator() const |
| 122 | { |
| 123 | return this->GlobalGenerator; |
no outgoing calls
no test coverage detected