Groovy Documentation

org.gradle.nativebinaries.language.cpp.plugins
[Groovy] Class CppNativeBinariesPlugin

java.lang.Object
  org.gradle.nativebinaries.language.cpp.plugins.CppNativeBinariesPlugin
All Implemented Interfaces:
Plugin

@Incubating
class CppNativeBinariesPlugin

A plugin for projects wishing to build native binary components from C++ sources.

Automatically includes the CppLangPlugin for core C++ support and the NativeBinariesPlugin for native binary support.

  • Creates a CppCompile task for each CppSourceSet 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