| 174 | } |
| 175 | |
| 176 | std::string cmNinjaTargetGenerator::OrderDependsTargetForTargetPrivate( |
| 177 | std::string const& config) |
| 178 | { |
| 179 | return this->GetGlobalGenerator()->OrderDependsTargetForTargetPrivate( |
| 180 | this->GeneratorTarget, config); |
| 181 | } |
| 182 | |
| 183 | // TODO: Most of the code is picked up from |
| 184 | // void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink), |
no test coverage detected