| Package | Description |
|---|---|
| org.gradle.plugins.cpp |
A
Plugin for building C++ projects with Gradle. |
| org.gradle.plugins.cpp.compiler.capability |
Interfaces for compiler capabilities for cpp
|
| org.gradle.plugins.cpp.internal |
| Modifier and Type | Method and Description |
|---|---|
CppSourceSet |
CppSourceSet.exportedHeaders(Closure closure)
The headers.
|
CppSourceSet |
CppSourceSet.source(Closure closure)
The source.
|
| Modifier and Type | Method and Description |
|---|---|
NamedDomainObjectContainer<CppSourceSet> |
CppExtension.getSourceSets() |
NamedDomainObjectContainer<CppSourceSet> |
CppExtension.sourceSets(Closure closure) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompilesCpp.from(CppSourceSet sourceSet)
Use the source set
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCppSourceSet |
Copyright © 2013. All rights reserved