| 941 | } |
| 942 | |
| 943 | cmLinkImplementation const* cmGeneratorTarget::GetLinkImplementation( |
| 944 | std::string const& config, UseTo usage) const |
| 945 | { |
| 946 | return this->GetLinkImplementation(config, usage, false); |
| 947 | } |
| 948 | |
| 949 | cmLinkImplementation const* cmGeneratorTarget::GetLinkImplementation( |
| 950 | std::string const& config, UseTo usage, bool secondPass) const |
no test coverage detected