| 620 | } |
| 621 | |
| 622 | cmLinkInterface const* cmGeneratorTarget::GetLinkInterface( |
| 623 | std::string const& config, cmGeneratorTarget const* head) const |
| 624 | { |
| 625 | return this->GetLinkInterface(config, head, false); |
| 626 | } |
| 627 | |
| 628 | cmLinkInterface const* cmGeneratorTarget::GetLinkInterface( |
| 629 | std::string const& config, cmGeneratorTarget const* head, |
no test coverage detected