Cache link implementation computation from each configuration.
| 129 | |
| 130 | // Cache link implementation computation from each configuration. |
| 131 | struct cmOptionalLinkImplementation : public cmLinkImplementation |
| 132 | { |
| 133 | bool LibrariesDone = false; |
| 134 | bool LanguagesDone = false; |
| 135 | bool HadHeadSensitiveCondition = false; |
| 136 | bool CheckLinkLibraries = false; |
| 137 | }; |
| 138 | |
| 139 | /** Compute the link type to use for the given configuration. */ |
| 140 | inline cmTargetLinkLibraryType ComputeLinkType( |
no outgoing calls
no test coverage detected
searching dependent graphs…