| 504 | } |
| 505 | |
| 506 | TLL::~TLL() |
| 507 | { |
| 508 | for (std::string const& prop : this->Props) { |
| 509 | this->Target->AppendProperty(prop, CMAKE_DIRECTORY_ID_SEP, |
| 510 | this->Makefile.GetBacktrace()); |
| 511 | } |
| 512 | } |
| 513 | |
| 514 | } // namespace |
nothing calls this directly
no test coverage detected