Groovy Documentation

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

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

@Incubating
class CppLibConventionPlugin

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


Constructor Summary
CppLibConventionPlugin(ProjectConfigurationActionContainer configureActions)

 
Method Summary
void apply(Project project)

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

Constructor Detail

CppLibConventionPlugin

@Inject
CppLibConventionPlugin(ProjectConfigurationActionContainer configureActions)


 
Method Detail

apply

void apply(Project project)


 

Gradle API 1.8