class NativeExtensionPlugin extends java.lang.Object
Native plugin extension This plugin extends the gradle plugins for native code, it adds the following - Copy shared libraries depenencies as part of executable install - Add pre/post compile tasks - Add pre/post link tasks - Add pre/post install tasks
| Type | Name and description |
|---|---|
void |
apply(org.gradle.api.Project project)Apply the plugin to a project |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |