| 1096 | } |
| 1097 | |
| 1098 | void ComputeLinkImplTransitive(cmGeneratorTarget const* self, |
| 1099 | std::string const& config, UseTo usage, |
| 1100 | cmLinkImplementation& impl) |
| 1101 | { |
| 1102 | TransitiveLinkImpl transitiveLinkImpl(self, config, usage, impl); |
| 1103 | transitiveLinkImpl.Compute(); |
| 1104 | } |
| 1105 | } |
| 1106 | |
| 1107 | void cmGeneratorTarget::ComputeLinkImplementationLibraries( |
no test coverage detected
searching dependent graphs…