Class ClangCompilerPlugin

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

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

    • ClangCompilerPlugin

      public ClangCompilerPlugin()
  • 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