Package org.gradle.nativeplatform
Interface NativeLibraryBinary
- All Superinterfaces:
Binary
,NativeBinary
- All Known Subinterfaces:
PrebuiltSharedLibraryBinary
,PrebuiltStaticLibraryBinary
,SharedLibraryBinary
,StaticLibraryBinary
A physical representation of a
NativeLibrary
component.-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.gradle.platform.base.Binary
getDisplayName
Methods inherited from interface org.gradle.nativeplatform.NativeBinary
getBuildType, getFlavor, getTargetPlatform
-
Method Details
-
getHeaderDirs
FileCollection getHeaderDirs() -
getLinkFiles
FileCollection getLinkFiles() -
getRuntimeFiles
FileCollection getRuntimeFiles()
-