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

Method AppendTargetOutputs

Source/cmLocalNinjaGenerator.cxx:393–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void cmLocalNinjaGenerator::AppendTargetOutputs(cmGeneratorTarget* target,
394 cmNinjaDeps& outputs,
395 std::string const& config)
396{
397 this->GetGlobalNinjaGenerator()->AppendTargetOutputs(target, outputs, config,
398 DependOnTargetArtifact);
399}
400
401void cmLocalNinjaGenerator::AppendTargetDepends(cmGeneratorTarget* target,
402 cmNinjaDeps& outputs,

Callers 4

GenerateMethod · 0.45

Calls 1

Tested by

no test coverage detected