View on GitHub

Gradle-cpp-plugin

Gradle C/C++ plugin with CMake interaction

Download this project as a .zip file Download this project as a tar.gz file

Overview

The gradle-cpp-plugin can be used to build c++ projects. This plugin does not compile directly c++ source files, but let the 'traditionals c tools' (cmake, make,…) to do it. The plugins task just call these tools.

The plugins add these features to the 'tradionals c tools' :

Documentations

Continuous Integration

The gradle-ccp-plugin use Travis continuous integration server. Coveralls is used for code coverage. Releases versions are deployed on the Gradle plugin repository and can be used directly for every c++ project.

Modules

To simplify the configurations of the C build tools, some modules are provided. At this time only cmake modules are provided.

Provided lists :

Authors and Contributors

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.