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

Method GetSourceDepends

Source/cmGeneratorTarget.cxx:629–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629std::vector<cmSourceFile*> const* cmGeneratorTarget::GetSourceDepends(
630 cmSourceFile const* sf) const
631{
632 auto i = this->SourceDepends.find(sf);
633 if (i != this->SourceDepends.end()) {
634 return &i->second.Depends;
635 }
636 return nullptr;
637}
638
639namespace {
640void handleSystemIncludesDep(cmLocalGenerator const* lg,

Callers 2

WriteCustomCommandMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected