org.gradle.language.c.plugins
[Groovy] Class CLangPlugin
java.lang.Object
org.gradle.language.c.plugins.CLangPlugin
- All Implemented Interfaces:
- Plugin
@Incubating
class CLangPlugin
Adds core C language support.
- For any FunctionalSourceSet, adds a conventional CSourceSet called 'cpp'.
- Establishes a convention for all CSourceSets so that sources are located in 'src//c' and
headers are located in 'src//headers'.
-
CLangPlugin
@Inject
CLangPlugin(Instantiator instantiator)
-
apply
void apply(ProjectInternal project)
-
Gradle API 1.12