| 3653 | } |
| 3654 | |
| 3655 | void cmMakefile::SetProperty(std::string const& prop, cmValue value) |
| 3656 | { |
| 3657 | this->StateSnapshot.GetDirectory().SetProperty(prop, value, this->Backtrace); |
| 3658 | } |
| 3659 | |
| 3660 | void cmMakefile::AppendProperty(std::string const& prop, |
| 3661 | std::string const& value, bool asString) |
no test coverage detected