| 55 | |
| 56 | protected: |
| 57 | void HandleInterfaceContent(cmTarget* tgt, |
| 58 | std::vector<std::string> const& content, |
| 59 | bool prepend, bool system) override |
| 60 | { |
| 61 | this->cmTargetPropCommandBase::HandleInterfaceContent( |
| 62 | tgt, |
| 63 | this->ConvertToAbsoluteContent(tgt, content, IsInterface::Yes, |
| 64 | CheckCMP0076::Yes), |
| 65 | prepend, system); |
| 66 | } |
| 67 | |
| 68 | private: |
| 69 | void HandleMissingTarget(std::string const& name) override |
nothing calls this directly
no test coverage detected