NativeLibrary
Contents
API Documentation: NativeLibrary
A native library component that is built for a specific target platform.
Properties
Property | Description |
---|---|
The binaries for this component. |
|
The dependencies of this component. |
Methods
Method | Description |
---|---|
|
Configure the dependencies of this component. |
|
Configure the dependencies of this component. |
Property Details
BinaryView<Binary> binaries (read-only)
The binaries for this component.
T dependencies (read-only)
The dependencies of this component.
Method Details
void dependencies(Action<? super T> action)
Configure the dependencies of this component.
void dependencies(Closure<Void> closure)
Configure the dependencies of this component.