Package org.gradle.language.cpp.plugins
Class CppPlugin
- java.lang.Object
-
- org.gradle.language.cpp.plugins.CppPlugin
-
@Incubating public abstract class CppPlugin extends java.lang.Object implements Plugin<Project>
A plugin for projects wishing to build native binary components from C++ sources.Automatically includes the
CppLangPlugin
for core C++ support and theNativeComponentPlugin
for native component support.- Creates a
CppCompile
task for eachCppSourceSet
to compile the C++ sources.
- Creates a
-
-
Constructor Summary
Constructors Constructor Description CppPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-