| 485 | } |
| 486 | |
| 487 | void TLL::AppendProperty(std::string const& prop, std::string const& value) |
| 488 | { |
| 489 | this->AffectsProperty(prop); |
| 490 | this->Target->AppendProperty(prop, value, this->Makefile.GetBacktrace()); |
| 491 | } |
| 492 | |
| 493 | void TLL::AffectsProperty(std::string const& prop) |
| 494 | { |
no test coverage detected