Class ObjectiveCppPlugin
- java.lang.Object
-
- org.gradle.language.objectivecpp.plugins.ObjectiveCppPlugin
-
@Incubating public abstract class ObjectiveCppPlugin extends java.lang.Object implements Plugin<Project>
A plugin for projects wishing to build native binary components from Objective-C++ sources.Automatically includes the
ObjectiveCppLangPlugin
for core Objective-C++ support and theNativeComponentPlugin
for native component support.- Creates a
ObjectiveCppCompile
task for eachObjectiveCppSourceSet
to compile the Objective-C++ sources.
- Creates a
-
-
Constructor Summary
Constructors Constructor Description ObjectiveCppPlugin()
-
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.
-