| 613 | } |
| 614 | |
| 615 | bool cmGlobalVisualStudioGenerator::IsDepInSolution( |
| 616 | std::string const& targetName) const |
| 617 | { |
| 618 | return !targetName.empty(); |
| 619 | } |
| 620 | |
| 621 | bool cmGlobalVisualStudioGenerator::TargetCompare::operator()( |
| 622 | cmGeneratorTarget const* l, cmGeneratorTarget const* r) const |