| 16 | } |
| 17 | |
| 18 | void cmTargetPropCommandBase::SetError(std::string const& e) |
| 19 | { |
| 20 | this->Status.SetError(e); |
| 21 | } |
| 22 | |
| 23 | bool cmTargetPropCommandBase::HandleArguments( |
| 24 | std::vector<std::string> const& args, std::string const& prop, |
no outgoing calls
no test coverage detected