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:


Constructor Summary
CppPlugin(Instantiator instantiator, FileResolver fileResolver)

 
Method Summary
void apply(ProjectInternal project)

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

Constructor Detail

CppPlugin

@Inject
CppPlugin(Instantiator instantiator, FileResolver fileResolver)


 
Method Detail

apply

void apply(ProjectInternal project)


 

Gradle API 1.8