Groovy Documentation

Package org.gradle.plugins.cpp.compiler

Objects responsible for some step in turning source code into a usable binary.

 

Interface Summary
CppCompiler A compiler of CPP source files (and headers).
CppLinker Links one or more object files (usually compiled from source) into a single binary.
 


Groovy Documentation