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

Method GetLinkerLanguage

Source/cmGeneratorTarget.cxx:3923–3927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3921}
3922
3923std::string cmGeneratorTarget::GetLinkerLanguage(
3924 std::string const& config) const
3925{
3926 return this->GetLinkClosure(config)->LinkerLanguage;
3927}
3928
3929std::string cmGeneratorTarget::GetLinkerTool(std::string const& config) const
3930{

Callers 15

HasSONameMethod · 0.95
IsChrpathUsedMethod · 0.95
GetLinkerToolMethod · 0.95
HasLinkDependencyFileMethod · 0.95
ForceLinkerLanguageMethod · 0.45
CreateBuildSettingsMethod · 0.45
WriteExecutableRuleMethod · 0.45
GetLinkRuleMethod · 0.45
GetResponseFlagMethod · 0.45
CheckTargetsForTypeMethod · 0.45

Calls 1

GetLinkClosureMethod · 0.95

Tested by

no test coverage detected