org.gradle.plugins.cpp.compiler
Interface CppLinker


public interface CppLinker

Links one or more object files (usually compiled from source) into a single binary.


Method Summary
 WorkResult execute()
           
 void setArgs(String... args)
           
 void setOutput(File output)
           
 void setSource(FileCollection source)
           
 

Method Detail

setSource

void setSource(FileCollection source)

setOutput

void setOutput(File output)

setArgs

void setArgs(String... args)

execute

WorkResult execute()