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 Summary
Methods inherited from interface org.gradle.platform.base.Binary
getDisplayName
Methods inherited from interface org.gradle.nativeplatform.NativeBinary
getBuildType, getFlavor, getTargetPlatform
-
Method Details
-
getExecutableFile
File getExecutableFile()The executable file.
-