Class CppLangPlugin

java.lang.Object
org.gradle.language.cpp.plugins.CppLangPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating @NonNullApi public class CppLangPlugin extends Object implements Plugin<Project>
Adds core C++ language support.
  • Constructor Details

    • CppLangPlugin

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