Package org.gradle.plugins.cpp.compiler

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

See:
          Description

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.
 

Package org.gradle.plugins.cpp.compiler Description

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