| <html devsite> |
| <head> |
| <meta name="project_path" value="/_project.yaml"> |
| <meta name="book_path" value="/versions/8.0.0/_book.yaml"> |
| </head> |
| <body> |
| |
| <h1 class="page-title" id="modules.CcLinkingOutputs">CcLinkingOutputs</h1> |
| |
| {% dynamic setvar source_file "src/main/java/com/google/devtools/build/lib/starlarkbuildapi/cpp/CcLinkingOutputsApi.java" %} |
| {% dynamic setvar version "8.0.0" %} |
| {% dynamic setvar original_path "/rules/lib/builtins/CcLinkingOutputs" %} |
| {% include "_buttons.html" %} |
| <!-- {% raw %} --> |
| |
| Helper class containing CC compilation outputs. |
| |
| <h2>Members</h2> |
| <ul> |
| <li> |
| <a href="#executable">executable</a> |
| </li> |
| <li> |
| <a href="#library_to_link">library_to_link</a> |
| </li> |
| </ul> |
| |
| <h2 id="executable">executable</h2> |
| <p><pre class="rule-signature"><a class="anchor" href="../builtins/File.html">File</a> CcLinkingOutputs.executable</pre></p> |
| |
| Represents the linked executable. |
| |
| May return <code>None</code>. |
| |
| <h2 id="library_to_link">library_to_link</h2> |
| <p><pre class="rule-signature"><a class="anchor" href="../builtins/LibraryToLink.html">LibraryToLink</a> CcLinkingOutputs.library_to_link</pre></p> |
| |
| <code>LibraryToLink</code> for including these outputs in further linking. |
| |
| May return <code>None</code>. |
| |
| |
| </body> |
| </html> |
| |
| <!-- {% endraw %} --> |