Interface NativeCompileOptions
- All Known Subinterfaces:
CCompile.Options,CppCompile.Options
public interface NativeCompileOptions
Compile options for native compilation.
-
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.api.provider.ListProperty<String>Additional arguments to provide to the compiler.org.gradle.api.provider.ListProperty<org.gradle.process.CommandLineArgumentProvider>Additional argument providers to pass to the compiler.
-
Method Details
-
getCompilerArgs
Additional arguments to provide to the compiler.- Returns:
- a property to configure the additional arguments
-
getCompilerArgumentProviders
org.gradle.api.provider.ListProperty<org.gradle.process.CommandLineArgumentProvider> getCompilerArgumentProviders()Additional argument providers to pass to the compiler.- Returns:
- a property to configure the additional argument providers
-