api / org.gradle.nativeplatform.toolchain.plugins / MicrosoftVisualCppCompilerPlugin

MicrosoftVisualCppCompilerPlugin

@Incubating open class MicrosoftVisualCppCompilerPlugin : Plugin<Project>

A Plugin which makes the Microsoft Visual C++ compiler available to compile C/C++ code.

Constructors

<init>

MicrosoftVisualCppCompilerPlugin()

A Plugin which makes the Microsoft Visual C++ compiler available to compile C/C++ code.

Functions

apply

open fun apply(project: Project): Unit