A source set that exposes headers
Type | Name and description |
---|---|
void |
exportedHeaders(Action<? super SourceDirectorySet> config) Configure the exported header directories. |
SourceDirectorySet |
getExportedHeaders() The headers as a directory set. |
SourceDirectorySet |
getImplicitHeaders() The headers that are private to this source set and implicitly available. |
Methods inherited from class | Name |
---|---|
interface LanguageSourceSet |
generatedBy, getSource, source |
interface Named |
getName |
interface BuildableModelElement |
builtBy, getBuildTask, hasBuildDependencies, setBuildTask |
interface Buildable |
getBuildDependencies |
Configure the exported header directories.
The headers as a directory set.
The headers that are private to this source set and implicitly available. These are not explicitly made available for compilation.