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

Method GetComputedProperty

Source/cmTarget.cxx:2594–2598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2592}
2593
2594cmValue cmTarget::GetComputedProperty(std::string const& prop,
2595 cmMakefile& mf) const
2596{
2597 return cmTargetPropertyComputer::GetProperty(this, prop, mf);
2598}
2599
2600cmValue cmTarget::GetProperty(std::string const& prop) const
2601{

Callers 3

HandleTargetModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected