MCPcopy Create free account
hub / github.com/Kitware/CMake / GetGlobalGenerator

Method GetGlobalGenerator

Source/cmake.h:268–271  ·  view source on GitHub ↗

Return the global generator assigned to this instance of cmake

Source from the content-addressed store, hash-verified

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 {

Callers 4

ReadListFileMethod · 0.95
FindPackageMethod · 0.95
GenerateGraphVizMethod · 0.95
BuildMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected