Groovy Documentation

org.gradle.nativecode.language.cpp.plugins
[Groovy] Class CppPlugin

java.lang.Object
  org.gradle.nativecode.language.cpp.plugins.CppPlugin
All Implemented Interfaces:
Plugin

@Incubating
class CppPlugin

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

Automatically includes MicrosoftVisualCppPlugin and GppCompilerPlugin for core toolchain support.

For each NativeBinary found, this plugin will:


Method Summary
void apply(ProjectInternal project)

def createInstallTask(ProjectInternal project, NativeBinaryInternal executable)

def createTasks(ProjectInternal project, NativeBinaryInternal binary)

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

Method Detail

apply

void apply(ProjectInternal project)


createInstallTask

def createInstallTask(ProjectInternal project, NativeBinaryInternal executable)


createTasks

def createTasks(ProjectInternal project, NativeBinaryInternal binary)


 

Gradle API 1.7