Buildable
, BuildableComponentSpec
, ComponentSpec
, LanguageSourceSet
, ModelElement
, Named
CppSourceSet
, CSourceSet
, ObjectiveCppSourceSet
, ObjectiveCSourceSet
@Incubating public interface DependentSourceSet extends LanguageSourceSet
NativeDependencySet
s 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.
|
getBuildDependencies
builtBy, getBuildTask, hasBuildDependencies, setBuildTask
getProjectPath
generatedBy, getParentName, getSource
getDisplayName, getName
Collection<?> getLibs()
void lib(Object library)
NativeLibrarySpec
NativeDependencySet
LanguageSourceSet
Map
containing the library selector.void setPreCompiledHeader(String header)
header
- the header to precompileString getPreCompiledHeader()