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