Class GccCompilerPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.toolchain.plugins.GccCompilerPlugin
-
@Incubating @NonNullApi public abstract class GccCompilerPlugin extends java.lang.Object implements Plugin<Project>
APlugin
which makes the GNU GCC/G++ compiler available for compiling C/C++ code.
-
-
Constructor Summary
Constructors Constructor Description GccCompilerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-