| 3658 | } |
| 3659 | |
| 3660 | void cmMakefile::AppendProperty(std::string const& prop, |
| 3661 | std::string const& value, bool asString) |
| 3662 | { |
| 3663 | this->StateSnapshot.GetDirectory().AppendProperty(prop, value, asString, |
| 3664 | this->Backtrace); |
| 3665 | } |
| 3666 | |
| 3667 | cmValue cmMakefile::GetProperty(std::string const& prop) const |
| 3668 | { |
no test coverage detected