@Incubating public abstract class CPlugin extends java.lang.Object implements Plugin<Project>
Automatically includes the CLangPlugin
for core C++ support and the NativeComponentPlugin
for native component support.
CCompile
task for each CSourceSet
to compile the C sources.Constructor | Description |
---|---|
CPlugin() |
Modifier and Type | Method | Description |
---|---|---|
void |
apply(Project project) |
Apply this plugin to the given target object.
|