Package org.gradle.language.c.plugins
Class CPlugin
java.lang.Object
org.gradle.language.c.plugins.CPlugin
A plugin for projects wishing to build native binary components from C sources.
Automatically includes the CLangPlugin
for core C++ support and the NativeComponentPlugin
for native component support.
- Creates a
CCompile
task for eachCSourceSet
to compile the C sources.
-
Constructor Summary
-
Method Summary