| 154 | |
| 155 | public: |
| 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); |
nothing calls this directly
no test coverage detected