Package org.gradle.nativeplatform
Interface NativeExecutableBinary
- All Superinterfaces:
- Binary,- NativeBinary
A binary artifact for a 
NativeExecutable, targeted at a particular platform with specific configuration.- 
Method SummaryMethods inherited from interface org.gradle.platform.base.BinarygetDisplayNameMethods inherited from interface org.gradle.nativeplatform.NativeBinarygetBuildType, getFlavor, getTargetPlatform
- 
Method Details- 
getExecutableFileFile getExecutableFile()The executable file.
 
-