| 1711 | } |
| 1712 | |
| 1713 | cmBTStringRange cmTarget::GetLinkInterfaceDirectExcludeEntries() const |
| 1714 | { |
| 1715 | return cmMakeRange(this->impl->InterfaceLinkLibrariesDirectExclude.Entries); |
| 1716 | } |
| 1717 | |
| 1718 | void cmTarget::CopyPolicyStatuses(cmTarget const* tgt) |
| 1719 | { |
no test coverage detected