Class MicrosoftVisualCppCompilerPlugin

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

@Incubating public class MicrosoftVisualCppCompilerPlugin extends Object implements Plugin<Project>
A Plugin which makes the Microsoft Visual C++ compiler available to compile C/C++ code.
  • Constructor Details

    • MicrosoftVisualCppCompilerPlugin

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