Return the global generator assigned to this instance of cmake
| 266 | |
| 267 | //! Return the global generator assigned to this instance of cmake |
| 268 | cmGlobalGenerator* GetGlobalGenerator() |
| 269 | { |
| 270 | return this->GlobalGenerator.get(); |
| 271 | } |
| 272 | //! Return the global generator assigned to this instance of cmake, const |
| 273 | cmGlobalGenerator const* GetGlobalGenerator() const |
| 274 | { |
no test coverage detected