MCPcopy Create free account
hub / github.com/Kitware/CMake / HandleInterfaceContent

Method HandleInterfaceContent

Source/cmTargetSourcesCommand.cxx:57–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56protected:
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
68private:
69 void HandleMissingTarget(std::string const& name) override

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected