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

Method ForceLinkerLanguages

Source/cmGlobalXCodeGenerator.cxx:1792–1801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1790}
1791
1792void cmGlobalXCodeGenerator::ForceLinkerLanguages()
1793{
1794 for (auto const& localGenerator : this->LocalGenerators) {
1795 // All targets depend on the build-system check target.
1796 for (auto const& tgt : localGenerator->GetGeneratorTargets()) {
1797 // This makes sure all targets link using the proper language.
1798 this->ForceLinkerLanguage(tgt.get());
1799 }
1800 }
1801}
1802
1803void cmGlobalXCodeGenerator::ForceLinkerLanguage(cmGeneratorTarget* gtgt)
1804{

Callers

nothing calls this directly

Calls 2

ForceLinkerLanguageMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected