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

Method GetSupportedGlobalGenerators

Source/cmExternalMakefileProjectGenerator.cxx:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56std::vector<std::string>
57cmExternalMakefileProjectGeneratorFactory::GetSupportedGlobalGenerators() const
58{
59 return this->SupportedGlobalGenerators;
60}
61
62void cmExternalMakefileProjectGeneratorFactory::AddSupportedGlobalGenerator(
63 std::string const& base)

Callers 8

GetFactoryMethod · 0.80
GetFactoryMethod · 0.80
GetFactoryMethod · 0.80
GetFactoryMethod · 0.80
createExtraGeneratorFunction · 0.80
GetFactoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected