api / org.gradle.nativeplatform / PrebuiltSharedLibraryBinary

PrebuiltSharedLibraryBinary

@Incubating interface PrebuiltSharedLibraryBinary : SharedLibraryBinary

A shared library that exists at a known location on the filesystem.

Functions

setSharedLibraryFile

abstract fun setSharedLibraryFile(sharedLibraryFile: File): Unit

The shared library file.

setSharedLibraryLinkFile

abstract fun setSharedLibraryLinkFile(sharedLibraryLinkFile: File): Unit

The shared library link file.

Inherited Functions

getSharedLibraryFile

abstract fun getSharedLibraryFile(): File

The shared library file.

getSharedLibraryLinkFile

abstract fun getSharedLibraryLinkFile(): File

The shared library link file.