| --- | |
| title: 'CcLinkingOutputs' | |
| --- | |
| Helper class containing CC compilation outputs. | |
| ## Members | |
| * [executable](#executable) | |
| * [library\_to\_link](#library_to_link) | |
| ## executable | |
| ``` | |
| File CcLinkingOutputs.executable | |
| ``` | |
| Represents the linked executable. | |
| May return `None`. | |
| ## library\_to\_link | |
| ``` | |
| LibraryToLink CcLinkingOutputs.library_to_link | |
| ``` | |
| `LibraryToLink` for including these outputs in further linking. | |
| May return `None`. |