Package org.gradle.nativeplatform
Interface PrebuiltSharedLibraryBinary
- All Superinterfaces:
- Binary,- NativeBinary,- NativeLibraryBinary,- SharedLibraryBinary
A shared library that exists at a known location on the filesystem.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetSharedLibraryFile(File sharedLibraryFile) The shared library file.voidsetSharedLibraryLinkFile(File sharedLibraryLinkFile) The shared library link file.Methods inherited from interface org.gradle.platform.base.BinarygetDisplayNameMethods inherited from interface org.gradle.nativeplatform.NativeBinarygetBuildType, getFlavor, getTargetPlatformMethods inherited from interface org.gradle.nativeplatform.NativeLibraryBinarygetHeaderDirs, getLinkFiles, getRuntimeFilesMethods inherited from interface org.gradle.nativeplatform.SharedLibraryBinarygetSharedLibraryFile, getSharedLibraryLinkFile
- 
Method Details