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

Method SetExternalMakefileProjectGenerator

Source/cmGlobalGenerator.cxx:3603–3610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3601}
3602
3603void cmGlobalGenerator::SetExternalMakefileProjectGenerator(
3604 std::unique_ptr<cmExternalMakefileProjectGenerator> extraGenerator)
3605{
3606 this->ExtraGenerator = std::move(extraGenerator);
3607 if (this->ExtraGenerator) {
3608 this->ExtraGenerator->SetGlobalGenerator(this);
3609 }
3610}
3611
3612std::string cmGlobalGenerator::GetExtraGeneratorName() const
3613{

Callers 1

CreateGlobalGeneratorMethod · 0.80

Calls 2

moveFunction · 0.85
SetGlobalGeneratorMethod · 0.45

Tested by

no test coverage detected