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

Method HandleInterfaceContent

Source/cmTargetIncludeDirectoriesCommand.cxx:85–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void TargetIncludeDirectoriesImpl::HandleInterfaceContent(
86 cmTarget* tgt, std::vector<std::string> const& content, bool prepend,
87 bool system)
88{
89 this->cmTargetPropCommandBase::HandleInterfaceContent(tgt, content, prepend,
90 system);
91 if (system) {
92 std::string joined = this->Join(content);
93 tgt->AppendProperty("INTERFACE_SYSTEM_INCLUDE_DIRECTORIES", joined,
94 this->Makefile->GetBacktrace());
95 }
96}
97
98} // namespace
99

Callers

nothing calls this directly

Calls 3

JoinMethod · 0.95
AppendPropertyMethod · 0.45
GetBacktraceMethod · 0.45

Tested by

no test coverage detected