Groovy Documentation

org.gradle.nativecode.language.cpp.plugins
[Java] Class CppExtension

java.lang.Object
  org.gradle.nativecode.language.cpp.plugins.CppExtension

@Incubating
public class CppExtension

Configuration for the C++ language.


Constructor Summary
CppExtension(ProjectInternal project)

 
Method Summary
NamedDomainObjectContainer getSourceSets()

Returns the C++ source sets for this project.

NamedDomainObjectContainer sourceSets(Closure closure)

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

Constructor Detail

CppExtension

public CppExtension(ProjectInternal project)


 
Method Detail

getSourceSets

public NamedDomainObjectContainer getSourceSets()
Returns the C++ source sets for this project.


sourceSets

public NamedDomainObjectContainer sourceSets(Closure closure)


 

Gradle API 1.7