Package org.gradle.language.cpp.plugins
Class CppPlugin
java.lang.Object
org.gradle.language.cpp.plugins.CppPlugin
A plugin for projects wishing to build native binary components from C++ sources.
Automatically includes the CppLangPlugin
for core C++ support and the NativeComponentPlugin
for native component support.
- Creates a
CppCompile
task for eachCppSourceSet
to compile the C++ sources.
-
Constructor Summary
-
Method Summary