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