api / org.gradle.nativeplatform / StaticLibraryBinary

StaticLibraryBinary

@Incubating interface StaticLibraryBinary : NativeLibraryBinary

A NativeLibrary that has been compiled and archived into a static library.

Functions

getStaticLibraryFile

abstract fun getStaticLibraryFile(): File

The static library file.

Inherited Functions

getHeaderDirs

abstract fun getHeaderDirs(): FileCollection

getLinkFiles

abstract fun getLinkFiles(): FileCollection

getRuntimeFiles

abstract fun getRuntimeFiles(): FileCollection

Inheritors

PrebuiltStaticLibraryBinary

interface PrebuiltStaticLibraryBinary : StaticLibraryBinary

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