@Incubating public class ObjectiveCppPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
Automatically includes the ObjectiveCppLangPlugin for core Objective-C++ support and the NativeComponentPlugin for native component support.
ObjectiveCppCompile task for each ObjectiveCppSourceSet to compile the Objective-C++ sources.| Constructor and Description |
|---|
ObjectiveCppPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|