@Incubating public class CppLibraryPlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
A plugin that produces a native library from C++ source.
Assumes the source files are located in `src/main/cpp`, public headers are located in `src/main/public` and implementation header files are located in `src/main/headers`.
| Constructor and Description |
|---|
CppLibraryPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|