MCPcopy Create free account
hub / github.com/Kitware/CMake / cmOptionalLinkImplementation

Class cmOptionalLinkImplementation

Source/cmLinkItem.h:131–137  ·  view source on GitHub ↗

Cache link implementation computation from each configuration.

Source from the content-addressed store, hash-verified

129
130// Cache link implementation computation from each configuration.
131struct 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. */
140inline cmTargetLinkLibraryType ComputeLinkType(

Callers 1

GetLinkImplementationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…