org.gradle.nativebinaries.language.objectivecpp.plugins
[Groovy] Class ObjectiveCppNativeBinariesPlugin
java.lang.Object
org.gradle.nativebinaries.language.objectivecpp.plugins.ObjectiveCppNativeBinariesPlugin
- All Implemented Interfaces:
- Plugin
@Incubating
class ObjectiveCppNativeBinariesPlugin
A plugin for projects wishing to build native binary components from Objective-C++ sources.
Automatically includes the ObjectiveCppLangPlugin for core Objective-C++ support and the NativeBinariesPlugin for native binary support.
Creates a ObjectiveCppCompile task for each ObjectiveCppSourceSet to compile the Objective-C++ sources.
apply
void apply(ProjectInternal project)
-
Gradle API 1.12