org.gradle.nativebinaries.language.c.plugins
[Groovy] Class CNativeBinariesPlugin
java.lang.Object
org.gradle.nativebinaries.language.c.plugins.CNativeBinariesPlugin
- All Implemented Interfaces:
- Plugin
@Incubating
class CNativeBinariesPlugin
A plugin for projects wishing to build native binary components from C sources.
Automatically includes the CLangPlugin for core C++ support and the NativeBinariesPlugin for native binary support.
Creates a CCompile task for each CSourceSet to compile the C sources.
apply
void apply(ProjectInternal project)
-
Gradle API 1.12