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

Method GetGlobalGenerator

Source/cmGeneratorTarget.cxx:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168cmGlobalGenerator* cmGeneratorTarget::GetGlobalGenerator() const
169{
170 return this->GetLocalGenerator()->GetGlobalGenerator();
171}
172
173cmLocalGenerator* cmGeneratorTarget::GetLocalGenerator() const
174{

Callers 15

cmGeneratorTargetMethod · 0.95
GetOutputTargetTypeMethod · 0.95
GetSONameMethod · 0.95
GetSourceVariablesMethod · 0.95
GetPchReuseTargetMethod · 0.95
GetPchArchsMethod · 0.95
GetPchHeaderMethod · 0.95
GetPchFileMethod · 0.95
GetLinkerToolMethod · 0.95
GetDirectoryMethod · 0.95
HasImportLibraryMethod · 0.95

Calls 1

GetLocalGeneratorMethod · 0.95

Tested by

no test coverage detected