org.gradle.plugins.cpp
Class CppProjectExtension
java.lang.Object
org.gradle.plugins.cpp.CppProjectExtension
public class CppProjectExtension
- extends Object
The DSL for C++.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_NAME
public static final String DEFAULT_NAME
- See Also:
- Constant Field Values
CppProjectExtension
public CppProjectExtension(Project project)
getProject
public Project getProject()
getSourceSets
public NamedDomainObjectContainer<CppSourceSet> getSourceSets()
sourceSets
public NamedDomainObjectContainer<CppSourceSet> sourceSets(Closure closure)
executable
public CppExecutable executable(Closure closure)
executable
public CppExecutable executable(String name,
Closure closure)
getExecutables
public NamedDomainObjectContainer<CppExecutable> getExecutables()
library
public CppLibrary library(Closure closure)
library
public CppLibrary library(String name,
Closure closure)
getLibraries
public NamedDomainObjectContainer<CppLibrary> getLibraries()