Class GccCompilerPlugin

java.lang.Object
org.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating @NonNullApi public class GccCompilerPlugin extends Object implements Plugin<Project>
A Plugin which makes the GNU GCC/G++ compiler available for compiling C/C++ code.
  • Constructor Details

    • GccCompilerPlugin

      public GccCompilerPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object