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

Method GetProperty

Source/cmGeneratorTarget.cxx:229–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229cmValue cmGeneratorTarget::GetProperty(std::string const& prop) const
230{
231 if (cmValue result =
232 cmTargetPropertyComputer::GetProperty(this, prop, *this->Makefile)) {
233 return result;
234 }
235 if (cmSystemTools::GetFatalErrorOccurred()) {
236 return nullptr;
237 }
238 return this->Target->GetProperty(prop);
239}
240
241std::string const& cmGeneratorTarget::GetSafeProperty(
242 std::string const& prop) const

Callers 15

ComputeLinkInterfaceMethod · 0.95
GetLinkDependsMethod · 0.95
GetExportNameMethod · 0.95
GetOutputNameMethod · 0.95
GetFilePostfixMethod · 0.95
GetFilePrefixInternalMethod · 0.95
GetFileSuffixInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected