Interface CppCompile.Options

Enclosing class:
CppCompile

public static interface CppCompile.Options
Compile options for C++ compilation.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gradle.api.provider.ListProperty<String>
    Additional arguments to provide to the compiler.
  • Method Details

    • getCompilerArgs

      org.gradle.api.provider.ListProperty<String> getCompilerArgs()
      Additional arguments to provide to the compiler.
      Returns:
      a property to configure the additional arguments