Groovy Documentation

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.

  • Method Summary
    void apply(ProjectInternal project)

     
    Methods inherited from class Object
    wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
     

    Method Detail

    apply

    void apply(ProjectInternal project)


     

    Gradle API 1.12