CreateStaticLibrary
Contents
API Documentation: CreateStaticLibrary
Properties
Property | Description |
---|---|
Additional arguments to provide to the archiver. It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model. |
|
The location of the created binary. |
|
The tool chain used for the compilation. |
Methods
No methods.
Property Details
ListProperty<String> archiverArgs
Additional arguments to provide to the archiver.
It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model.
Provider<RegularFile> outputFile (read-only)
The location of the created binary.
Provider<NativeToolChain> toolChain (read-only)
The tool chain used for the compilation.