| 5447 | } |
| 5448 | |
| 5449 | bool cmGeneratorTarget::HasPackageReferences() const |
| 5450 | { |
| 5451 | return this->IsInBuildSystem() && |
| 5452 | !this->GetProperty("VS_PACKAGE_REFERENCES")->empty(); |
| 5453 | } |
| 5454 | |
| 5455 | std::vector<std::string> cmGeneratorTarget::GetPackageReferences() const |
| 5456 | { |
no test coverage detected