PrebuiltStaticLibraryBinary

Deprecated

The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.

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

Since

2.2

Functions

Link copied to clipboard
abstract fun getBuildType(): BuildType
Returns the org.gradle.nativeplatform.BuildType used to construct this binary.
Link copied to clipboard
abstract fun getDisplayName(): String
Returns a human-consumable display name for this binary.
Link copied to clipboard
abstract fun getFlavor(): Flavor
The org.gradle.nativeplatform.Flavor that this binary was built with.
Link copied to clipboard
Returns the header dirs.
Link copied to clipboard
Returns the link files.
Link copied to clipboard
Returns the runtime files.
Link copied to clipboard
abstract fun getStaticLibraryFile(): File
The static library file.
Link copied to clipboard
Returns the org.gradle.nativeplatform.platform.NativePlatform that this binary is targeted to run on.
Link copied to clipboard
abstract fun setStaticLibraryFile(staticLibraryFile: File)
The static library binary file.