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