| 1706 | } |
| 1707 | |
| 1708 | cmBTStringRange cmTarget::GetLinkInterfaceDirectEntries() const |
| 1709 | { |
| 1710 | return cmMakeRange(this->impl->InterfaceLinkLibrariesDirect.Entries); |
| 1711 | } |
| 1712 | |
| 1713 | cmBTStringRange cmTarget::GetLinkInterfaceDirectExcludeEntries() const |
| 1714 | { |
no test coverage detected