| 167 | } |
| 168 | |
| 169 | std::string cmNinjaTargetGenerator::OrderDependsTargetForTarget( |
| 170 | std::string const& config) |
| 171 | { |
| 172 | return this->GetGlobalGenerator()->OrderDependsTargetForTarget( |
| 173 | this->GeneratorTarget, config); |
| 174 | } |
| 175 | |
| 176 | std::string cmNinjaTargetGenerator::OrderDependsTargetForTargetPrivate( |
| 177 | std::string const& config) |
no test coverage detected