Groovy Documentation

org.gradle.plugins.cpp.compiler
[Java] Interface CppCompiler


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

A compiler of CPP source files (and headers).


Method Summary
void setIncludes(java.lang.Iterable includes)

The include roots to use for the compile operation.

 
Methods inherited from interface org.gradle.api.internal.tasks.compile.Compiler
org.gradle.api.internal.tasks.compile.Compiler#execute(), org.gradle.api.internal.tasks.compile.Compiler#setSource(org.gradle.api.file.FileCollection), org.gradle.api.internal.tasks.compile.Compiler#setDestinationDir(java.io.File)
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

setIncludes

public void setIncludes(java.lang.Iterable includes)
The include roots to use for the compile operation.


 

Groovy Documentation