A source set that depends on one or more NativeDependencySets to be built.
Type | Name and 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. |
Methods inherited from class | Name |
---|---|
interface LanguageSourceSet |
generatedBy, getDisplayName, getSource, source |
interface Named |
getName |
interface BuildableModelElement |
builtBy, getBuildTask, hasBuildDependencies, setBuildTask, getBuildDependencies |
The libraries that this source set requires.
Returns the pre-compiled header configured for this source set.
Adds a library that this source set requires. This method accepts the following types:
Sets the pre-compiled header to be used when compiling sources in this source set.
header
- the header to precompile