blob: 41fbd16c0cc4182de36e85144da3b88099971628 [file]
---
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`.