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

Method AddImplicitDepends

Source/cmLocalUnixMakefileGenerator3.cxx:2274–2280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2272}
2273
2274void cmLocalUnixMakefileGenerator3::AddImplicitDepends(
2275 cmGeneratorTarget const* tgt, std::string const& lang,
2276 std::string const& obj, std::string const& src,
2277 cmDependencyScannerKind scanner)
2278{
2279 this->ImplicitDepends[tgt->GetName()][scanner][lang][obj].push_back(src);
2280}
2281
2282void cmLocalUnixMakefileGenerator3::CreateCDCommand(
2283 std::vector<std::string>& commands, std::string const& tgtDir,

Callers 3

WriteObjectRuleFilesMethod · 0.80

Calls 2

push_backMethod · 0.80
GetNameMethod · 0.45

Tested by

no test coverage detected