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