| 607 | } |
| 608 | |
| 609 | bool cmGlobalVisualStudioGenerator::IsInSolution( |
| 610 | cmGeneratorTarget const* gt) const |
| 611 | { |
| 612 | return gt->IsInBuildSystem(); |
| 613 | } |
| 614 | |
| 615 | bool cmGlobalVisualStudioGenerator::IsDepInSolution( |
| 616 | std::string const& targetName) const |
no test coverage detected