MCPcopy Create free account
hub / github.com/Kitware/CMake / HasPackageReferences

Method HasPackageReferences

Source/cmGeneratorTarget.cxx:5449–5453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

UpdateCacheMethod · 0.80

Calls 3

IsInBuildSystemMethod · 0.95
GetPropertyMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected