Groovy Documentation

Package org.gradle.nativebinaries.language.cpp.plugins

Plugins for buildings C++ projects.

 

Class Summary
CppExeConventionPlugin A convention-based plugin that automatically adds a single C++ source set named "main" and wires it into a Executable named "main".
CppLibConventionPlugin A convention-based plugin that automatically adds a single C++ source set named "main" and wires it into a Library named "main".
CppNativeBinariesPlugin A plugin for projects wishing to build native binary components from C++ sources.
CppPlugin A plugin for projects wishing to build native binary components from C++ sources.
 


Gradle API 1.10-rc-2