Package org.gradle.nativeplatform
Interface NativeComponentExtension
The configuration for native components generated by this build.
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecutables(Action<? super NamedDomainObjectContainer<? super NativeExecutableSpec>> action) Configure theNativeExecutableSpeccomponents produced by the build.TheNativeExecutableSpeccomponents produced by the build.TheNativeLibrarySpeccomponents produced by the build.voidlibraries(Action<? super NamedDomainObjectContainer<? super NativeLibrarySpec>> action) Configure theNativeLibrarySpeccomponents produced by the build.
- 
Method Details- 
getExecutablesNamedDomainObjectContainer<NativeExecutableSpec> getExecutables()TheNativeExecutableSpeccomponents produced by the build.
- 
executablesConfigure theNativeExecutableSpeccomponents produced by the build.
- 
getLibrariesNamedDomainObjectContainer<NativeLibrarySpec> getLibraries()TheNativeLibrarySpeccomponents produced by the build.
- 
librariesConfigure theNativeLibrarySpeccomponents produced by the build.
 
-