Groovy Documentation

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

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

@Incubating
class CppExeConventionPlugin

A convention-based plugin that automatically adds a single C++ source set named "main" and wires it into a Executable named "main".


Constructor Summary
CppExeConventionPlugin(ProjectConfigurationActionContainer configureActions)

 
Method Summary
void apply(Project project)

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

Constructor Detail

CppExeConventionPlugin

@Inject
CppExeConventionPlugin(ProjectConfigurationActionContainer configureActions)


 
Method Detail

apply

void apply(Project project)


 

Gradle API 1.8