Interface PreprocessorOptions


public interface PreprocessorOptions
Preprocessor options for native compilation.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.MapProperty<String,String>
    Returns the defined macros for this options.
  • Method Details

    • getDefinedMacros

      @Input org.gradle.api.provider.MapProperty<String,String> getDefinedMacros()
      Returns the defined macros for this options.
      Returns:
      the defined macros for this options