@Incubating public class CppBasePlugin extends Object implements Plugin<org.gradle.api.internal.project.ProjectInternal>
Modifier and Type | Field and Description |
---|---|
static String |
CPP_INCLUDE_PATH
The name of the C++ compile classpath configuration.
|
static String |
IMPLEMENTATION
The name of the implementation configuration.
|
static String |
NATIVE_LINK
The name of the native link files configuration.
|
static String |
NATIVE_RUNTIME
The name of the native runtime files configuration.
|
Constructor and Description |
---|
CppBasePlugin() |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project)
Apply this plugin to the given target object.
|
public static final String IMPLEMENTATION
public static final String CPP_INCLUDE_PATH
public static final String NATIVE_LINK
public static final String NATIVE_RUNTIME