Package org.gradle.language.c.plugins
Class CPlugin
- java.lang.Object
-
- org.gradle.language.c.plugins.CPlugin
-
@Incubating public abstract class CPlugin extends java.lang.Object implements Plugin<Project>
A plugin for projects wishing to build native binary components from C sources.Automatically includes the
CLangPlugin
for core C++ support and theNativeComponentPlugin
for native component support.- Creates a
CCompile
task for eachCSourceSet
to compile the C sources.
- Creates a
-
-
Constructor Summary
Constructors Constructor Description CPlugin()
-
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.
-