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

Method GetExtraGeneratorName

Source/cmGlobalGenerator.cxx:3612–3616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3610}
3611
3612std::string cmGlobalGenerator::GetExtraGeneratorName() const
3613{
3614 return this->ExtraGenerator ? this->ExtraGenerator->GetName()
3615 : std::string();
3616}
3617
3618void cmGlobalGenerator::FileReplacedDuringGenerate(std::string const& filename)
3619{

Callers 3

CreateIfAnyMethod · 0.80
ActualConfigureMethod · 0.80
GetEditCacheCommandMethod · 0.80

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected