Package org.gradle.nativeplatform
Interface PrebuiltStaticLibraryBinary
- All Superinterfaces:
Binary
,NativeBinary
,NativeLibraryBinary
,StaticLibraryBinary
A static library that exists at a known location on the filesystem.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setStaticLibraryFile
(File staticLibraryFile) The static library binary file.Methods inherited from interface org.gradle.platform.base.Binary
getDisplayName
Methods inherited from interface org.gradle.nativeplatform.NativeBinary
getBuildType, getFlavor, getTargetPlatform
Methods inherited from interface org.gradle.nativeplatform.NativeLibraryBinary
getHeaderDirs, getLinkFiles, getRuntimeFiles
Methods inherited from interface org.gradle.nativeplatform.StaticLibraryBinary
getStaticLibraryFile
-
Method Details
-
setStaticLibraryFile
The static library binary file.
-