org.gradle.language.cpp.plugins
[Groovy] Class CppLangPlugin
java.lang.Object
org.gradle.language.cpp.plugins.CppLangPlugin
- All Implemented Interfaces:
- Plugin
@Incubating
class CppLangPlugin
Adds core C++ language support.
- For any FunctionalSourceSet, adds a conventional CppSourceSet called 'cpp'.
- Establishes a convention for all CppSourceSets so that sources are located in 'src//cpp' and
headers are located in 'src//headers'.
-
CppLangPlugin
@Inject
CppLangPlugin(Instantiator instantiator)
-
apply
void apply(ProjectInternal project)
-
Gradle API 1.12