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

Method AddTracedSources

Source/cmGeneratorTarget.cxx:581–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void cmGeneratorTarget::AddTracedSources(std::vector<std::string> const& srcs)
582{
583 this->Target->AddTracedSources(srcs);
584 if (!srcs.empty()) {
585 this->AddSourceCommon(cmJoin(srcs, ";"));
586 }
587}
588
589void cmGeneratorTarget::AddIncludeDirectory(std::string const& src,
590 bool before)

Callers

nothing calls this directly

Calls 3

AddSourceCommonMethod · 0.95
cmJoinFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected