| 104 | }; |
| 105 | |
| 106 | struct cmOptionalLinkInterface : public cmLinkInterface |
| 107 | { |
| 108 | bool LibrariesDone = false; |
| 109 | bool AllDone = false; |
| 110 | bool Exists = false; |
| 111 | bool CheckLinkLibraries = false; |
| 112 | }; |
| 113 | |
| 114 | struct cmHeadToLinkInterfaceMap |
| 115 | : public std::map<cmGeneratorTarget const*, cmOptionalLinkInterface> |
no outgoing calls
no test coverage detected
searching dependent graphs…