| 1273 | } |
| 1274 | |
| 1275 | cmLinkItem cmGeneratorTarget::ResolveLinkItem( |
| 1276 | BT<std::string> const& name, std::string const& linkFeature) const |
| 1277 | { |
| 1278 | return this->ResolveLinkItem(name, this->LocalGenerator, linkFeature); |
| 1279 | } |
| 1280 | |
| 1281 | cmLinkItem cmGeneratorTarget::ResolveLinkItem( |
| 1282 | BT<std::string> const& name, cmLocalGenerator const* lg, |
no test coverage detected