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

Method GetGlobalGenerator

Source/cmNinjaTargetGenerator.cxx:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115cmGlobalNinjaGenerator* cmNinjaTargetGenerator::GetGlobalGenerator() const
116{
117 return this->LocalGenerator->GetGlobalNinjaGenerator();
118}
119
120std::string cmNinjaTargetGenerator::LanguageCompilerRule(
121 std::string const& lang, std::string const& config,

Calls 1

Tested by

no test coverage detected