Interface GccCommandLineToolConfiguration
-
- All Superinterfaces:
CommandLineToolConfiguration
@Incubating public interface GccCommandLineToolConfiguration extends CommandLineToolConfiguration
An executable tool used for GCC that allows customizing the executable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getExecutable()
The name of the executable file for this tool.void
setExecutable(java.lang.String file)
Set the name of the executable file for this tool.-
Methods inherited from interface org.gradle.nativeplatform.toolchain.CommandLineToolConfiguration
withArguments
-
-