Properties

Link copied to clipboard
The dependency resolution attribute use to indicate whether a binary is debuggable or not.
Link copied to clipboard
The dependency resolution attribute use to indicate which linkage a binary uses.
Link copied to clipboard
The dependency resolution attribute use to indicate whether a binary is optimized or not.

Functions

Link copied to clipboard
abstract fun getBaseName(): Provider<String>
Returns the base name of this component.
Link copied to clipboard
Returns the header directories to use to compile this binary.
Link copied to clipboard
Returns the compile task for this binary.
Link copied to clipboard
The publication coordinates for this component.
Link copied to clipboard
Returns the C++ source files of this binary.
Link copied to clipboard
Returns the task to create the static library.
Link copied to clipboard
Returns the dependencies of this component.
Link copied to clipboard
Returns the outgoing link elements of this component.
Link copied to clipboard
Returns the link file of this component.
Link copied to clipboard
abstract fun getLinkFileProducer(): Provider<out Task>
Returns the task that should be run to produce the link file of this component.
Link copied to clipboard
Returns the link libraries to use to link this binary.
Link copied to clipboard
abstract fun getName(): String
The object's name.
Link copied to clipboard
abstract fun getObjects(): FileCollection
Returns the object files created for this component.
Link copied to clipboard
abstract fun getOutputs(): FileCollection
Returns the outputs produced for this component.
Link copied to clipboard
Returns the outgoing runtime elements of this component.
Link copied to clipboard
Returns the runtime libraries required by this binary.
Link copied to clipboard
Returns the target machine for this component.
Link copied to clipboard
Returns the target platform for this component.
Link copied to clipboard
Returns the tool chain for this component.
Link copied to clipboard
abstract fun isDebuggable(): Boolean
Returns true if this component has debugging enabled.
Link copied to clipboard
abstract fun isOptimized(): Boolean
Returns true if this component is optimized.