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

Method AddSupportedGlobalGenerator

Source/cmExternalMakefileProjectGenerator.cxx:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void cmExternalMakefileProjectGeneratorFactory::AddSupportedGlobalGenerator(
63 std::string const& base)
64{
65 this->SupportedGlobalGenerators.push_back(base);
66}

Callers 5

GetFactoryMethod · 0.80
GetFactoryMethod · 0.80
GetFactoryMethod · 0.80
GetFactoryMethod · 0.80
GetFactoryMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected