org.gradle.language.objectivecpp.plugins
[Groovy] Class ObjectiveCppLangPlugin
java.lang.Object
org.gradle.language.objectivecpp.plugins.ObjectiveCppLangPlugin
- All Implemented Interfaces:
- Plugin
@Incubating
class ObjectiveCppLangPlugin
Adds core Objective-C++ language support.
- For any FunctionalSourceSet, adds a conventional ObjectiveCppSourceSet called 'objcpp'.
- Establishes a convention for all ObjectiveCppSourceSets so that sources are located in 'src//objcpp' and
headers are located in 'src//headers'.
-
ObjectiveCppLangPlugin
@Inject
ObjectiveCppLangPlugin(Instantiator instantiator)
-
apply
void apply(ProjectInternal project)
-
Gradle API 1.12