| 556 | } |
| 557 | |
| 558 | void cmGeneratorTarget::ClearLinkInterfaceCache() |
| 559 | { |
| 560 | this->LinkInterfaceMap.clear(); |
| 561 | this->LinkInterfaceUsageRequirementsOnlyMap.clear(); |
| 562 | } |
| 563 | |
| 564 | void cmGeneratorTarget::AddSourceCommon(std::string const& src, bool before) |
| 565 | { |
no test coverage detected