| 3927 | } |
| 3928 | |
| 3929 | std::string cmGeneratorTarget::GetLinkerTool(std::string const& config) const |
| 3930 | { |
| 3931 | return this->GetLinkerTool(this->GetLinkerLanguage(config), config); |
| 3932 | } |
| 3933 | |
| 3934 | std::string cmGeneratorTarget::GetLinkerTool(std::string const& lang, |
| 3935 | std::string const& config) const |
no test coverage detected