api / org.gradle.nativeplatform / NativeExecutableFileSpec

NativeExecutableFileSpec

@Incubating open class NativeExecutableFileSpec

Specifies how to build and where to place a native executable file.

TODO:HH resolve naming conflict with existing NativeExecutableSpec

Constructors

<init>

NativeExecutableFileSpec()

Specifies how to build and where to place a native executable file.

TODO:HH resolve naming conflict with existing NativeExecutableSpec

Functions

getFile

open fun getFile(): File

getToolChain

open fun getToolChain(): NativeToolChain

The Tool Chain that produces the native executable.

setFile

open fun setFile(file: File): Unit

setToolChain

open fun setToolChain(toolChain: NativeToolChain): Unit

Sets the Tool Chain that produces the native executable.