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

Method GetGlobalGenerator

Source/cmGhsMultiTargetGenerator.cxx:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163cmGlobalGhsMultiGenerator* cmGhsMultiTargetGenerator::GetGlobalGenerator()
164 const
165{
166 return static_cast<cmGlobalGhsMultiGenerator*>(
167 this->LocalGenerator->GetGlobalGenerator());
168}
169
170void cmGhsMultiTargetGenerator::WriteTargetSpecifics(std::ostream& fout,
171 std::string const& config)

Callers 4

GenerateMethod · 0.95
GenerateTargetMethod · 0.95
WriteTargetLinkLineMethod · 0.95
WriteSourcesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected