| 3580 | } |
| 3581 | |
| 3582 | bool cmGlobalGenerator::TargetOrderIndexLess(cmGeneratorTarget const* l, |
| 3583 | cmGeneratorTarget const* r) const |
| 3584 | { |
| 3585 | return this->TargetOrderIndex.at(l) < this->TargetOrderIndex.at(r); |
| 3586 | } |
| 3587 | |
| 3588 | bool cmGlobalGenerator::IsReservedTarget(std::string const& name) |
| 3589 | { |
no test coverage detected