Package org.gradle.language.c.plugins
Class CLangPlugin
- java.lang.Object
-
- org.gradle.language.c.plugins.CLangPlugin
-
@Incubating @NonNullApi public abstract class CLangPlugin extends java.lang.Object implements Plugin<Project>
Adds core C language support.
-
-
Constructor Summary
Constructors Constructor Description CLangPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-