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

Method GetPackageReferences

Source/cmGeneratorTarget.cxx:5455–5467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5453}
5454
5455std::vector<std::string> cmGeneratorTarget::GetPackageReferences() const
5456{
5457 cmList packageReferences;
5458
5459 if (this->IsInBuildSystem()) {
5460 if (cmValue vsPackageReferences =
5461 this->GetProperty("VS_PACKAGE_REFERENCES")) {
5462 packageReferences.assign(*vsPackageReferences);
5463 }
5464 }
5465
5466 return std::move(packageReferences.data());
5467}
5468
5469std::string cmGeneratorTarget::GetPDBDirectory(std::string const& config) const
5470{

Callers 1

Calls 5

IsInBuildSystemMethod · 0.95
GetPropertyMethod · 0.95
moveFunction · 0.85
assignMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected