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

Method cmTargetSelectLinker

Source/cmGeneratorTarget_Link.cxx:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155public:
156 cmTargetSelectLinker(cmGeneratorTarget const* target)
157 : Target(target)
158 {
159 this->GG = this->Target->GetLocalGenerator()->GetGlobalGenerator();
160 }
161 void Consider(std::string const& lang)
162 {
163 int preference = this->GG->GetLinkerPreference(lang);

Callers

nothing calls this directly

Calls 2

GetGlobalGeneratorMethod · 0.45
GetLocalGeneratorMethod · 0.45

Tested by

no test coverage detected