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

Method GetGlobalGenerator

Source/cmLocalGenerator.h:120–120  ·  view source on GitHub ↗

Get the GlobalGenerator this is associated with

Source from the content-addressed store, hash-verified

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;

Callers 13

GenerateInstallRulesMethod · 0.95
GetDeviceLinkFlagsMethod · 0.95
GetTargetFlagsMethod · 0.95
AppendFlagsMethod · 0.95
AddPchDependenciesMethod · 0.95
CopyPchCompilePdbMethod · 0.95
AddUnityBuildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected