The configuration for native components generated by this build.
Type | Name and description |
---|---|
void |
executables(Action<? super NamedDomainObjectContainer<? super NativeExecutableSpec>> action) Configure the NativeExecutableSpec components produced by the build. |
NamedDomainObjectContainer<NativeExecutableSpec> |
getExecutables() The NativeExecutableSpec components produced by the build. |
NamedDomainObjectContainer<NativeLibrarySpec> |
getLibraries() The NativeLibrarySpec components produced by the build. |
void |
libraries(Action<? super NamedDomainObjectContainer<? super NativeLibrarySpec>> action) Configure the NativeLibrarySpec components produced by the build. |
Configure the NativeExecutableSpec components produced by the build.
The NativeExecutableSpec components produced by the build.
The NativeLibrarySpec components produced by the build.
Configure the NativeLibrarySpec components produced by the build.