| 3675 | } |
| 3676 | |
| 3677 | void cmake::SetProperty(std::string const& prop, cmValue value) |
| 3678 | { |
| 3679 | this->State->SetGlobalProperty(prop, value); |
| 3680 | } |
| 3681 | |
| 3682 | void cmake::AppendProperty(std::string const& prop, std::string const& value, |
| 3683 | bool asString) |