Buildable, BuildableComponentSpec, ComponentSpec, LanguageSourceSet, ModelElement, NamedCppSourceSet, CSourceSet, ObjectiveCppSourceSet, ObjectiveCSourceSet@Incubating public interface DependentSourceSet extends LanguageSourceSet
NativeDependencySets to be built.Named.Namer| Modifier and Type | Method | Description | 
|---|---|---|
| Collection<?> | getLibs() | The libraries that this source set requires. | 
| String | getPreCompiledHeader() | Returns the pre-compiled header configured for this source set. | 
| void | lib(Object library) | Adds a library that this source set requires. | 
| void | setPreCompiledHeader(String header) | Sets the pre-compiled header to be used when compiling sources in this source set. | 
getBuildDependenciesbuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskgetProjectPathgeneratedBy, getParentName, getSourcegetDisplayName, getNameCollection<?> getLibs()
void lib(Object library)
NativeLibrarySpecNativeDependencySetLanguageSourceSetMap containing the library selector.void setPreCompiledHeader(String header)
header - the header to precompileString getPreCompiledHeader()