Interface NativeLinkOptions


public interface NativeLinkOptions
Link options for native linking.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.ListProperty<String>
    Additional arguments to provide to the linker.
    org.gradle.api.provider.ListProperty<org.gradle.process.CommandLineArgumentProvider>
    Additional argument providers to pass to the linker.
  • Method Details

    • getLinkerArgs

      @Input org.gradle.api.provider.ListProperty<String> getLinkerArgs()
      Additional arguments to provide to the linker.
      Returns:
      a property to configure the additional arguments
    • getLinkerArgumentProviders

      org.gradle.api.provider.ListProperty<org.gradle.process.CommandLineArgumentProvider> getLinkerArgumentProviders()
      Additional argument providers to pass to the linker.
      Returns:
      a property to configure the additional argument providers