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

Method HandleDirectContent

Source/cmTargetSourcesCommand.cxx:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 bool HandleDirectContent(cmTarget* tgt,
78 std::vector<std::string> const& content,
79 bool /*prepend*/, bool /*system*/) override
80 {
81 tgt->AppendProperty("SOURCES",
82 this->Join(this->ConvertToAbsoluteContent(
83 tgt, content, IsInterface::No, CheckCMP0076::Yes)),
84 this->Makefile->GetBacktrace());
85 return true; // Successfully handled.
86 }
87
88 bool PopulateTargetProperties(std::string const& scope,
89 std::vector<std::string> const& content,

Callers

nothing calls this directly

Calls 4

JoinMethod · 0.95
AppendPropertyMethod · 0.45
GetBacktraceMethod · 0.45

Tested by

no test coverage detected