ComponentWithExecutable

Represents a native component that produces an executable.

Since

4.5

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): Provider<String>
Link copied to clipboard
Returns the executable file to produce.
Link copied to clipboard
Returns the task that should be run to produce the executable file of this component.
Link copied to clipboard
Returns the link libraries to use to link the executable.
Link copied to clipboard
abstract fun getLinkTask(): Provider<out LinkExecutable>
Returns the link task for the executable.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun isDebuggable(): Boolean
Link copied to clipboard
abstract fun isOptimized(): Boolean