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

Method GetGlobalGenerator

Source/cmFastbuildTargetGenerator.cxx:837–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837cmGlobalFastbuildGenerator* cmFastbuildTargetGenerator::GetGlobalGenerator()
838 const
839{
840 return this->LocalGenerator->GetGlobalFastbuildGenerator();
841}
842
843void cmFastbuildTargetGenerator::AdditionalCleanFiles()
844{

Callers 5

LogMessageMethod · 0.95
AddOutputMethod · 0.95
GenerateCommandsMethod · 0.95
GetTargetNameMethod · 0.95
operator()Method · 0.45

Calls 1

Tested by

no test coverage detected