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

Class cmOptionalLinkInterface

Source/cmLinkItem.h:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104};
105
106struct cmOptionalLinkInterface : public cmLinkInterface
107{
108 bool LibrariesDone = false;
109 bool AllDone = false;
110 bool Exists = false;
111 bool CheckLinkLibraries = false;
112};
113
114struct cmHeadToLinkInterfaceMap
115 : public std::map<cmGeneratorTarget const*, cmOptionalLinkInterface>

Callers 2

GetLinkInterfaceMethod · 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…