public interface HasCppSourceSet
ComponentSources,
CppSourceSet| Modifier and Type | Method and Description |
|---|---|
default void |
cpp(Action<? super CppSourceSet> action)
Configures the C++ source set named cpp using the specified configuration action.
|
default void |
cpp(groovy.lang.Closure<Void> closure)
Configures the C++ source set named cpp using the specified configuration closure.
|
default DomainObjectProvider<CppSourceSet> |
getCpp()
Returns a C++ source set provider for the source set named cpp.
|
default DomainObjectProvider<CppSourceSet> getCpp()
default void cpp(Action<? super CppSourceSet> action)
action - the configuration action, must not be nullgetCpp()default void cpp(@DelegatesTo(value=CppSourceSet.class,strategy=1) groovy.lang.Closure<Void> closure)
closure - the configuration action, must not be nullgetCpp()