| 3654 | } |
| 3655 | |
| 3656 | bool cmGlobalGenerator::IsRootOnlyTarget(cmGeneratorTarget* target) const |
| 3657 | { |
| 3658 | return (target->GetType() == cmStateEnums::GLOBAL_TARGET || |
| 3659 | target->GetName() == this->GetAllTargetName()); |
| 3660 | } |
| 3661 | |
| 3662 | void cmGlobalGenerator::AddTargetDepends(cmGeneratorTarget const* target, |
| 3663 | TargetDependSet& projectTargets) const |
no test coverage detected