org.gradle.plugins.cpp.compiler
Interface CppCompiler

All Superinterfaces:
org.gradle.api.internal.tasks.compile.Compiler

public interface CppCompiler
extends org.gradle.api.internal.tasks.compile.Compiler

A compiler of CPP source files (and headers).


Method Summary
 void setIncludes(Iterable<File> includes)
          The include roots to use for the compile operation.
 
Methods inherited from interface org.gradle.api.internal.tasks.compile.Compiler
execute, setDestinationDir, setSource
 

Method Detail

setIncludes

void setIncludes(Iterable<File> includes)
The include roots to use for the compile operation.