public interface CppApplication extends CppApplicationExtension, DependencyAwareComponent<NativeApplicationComponentDependencies>, VariantAwareComponent<NativeApplication>, BinaryAwareComponent, TargetMachineAwareComponent, TargetBuildTypeAwareComponent, SourceAwareComponent<CppApplicationSources>, HasPrivateHeaders, HasCppSources, BaseNameAwareComponent
An instance of this type is added as a project extension by the C++ Application Plugin.
| Modifier and Type | Method and Description |
|---|---|
default NativeApplicationComponentDependencies |
getDependencies()
Returns the dependencies of this component.
|
dependencies, dependenciesgetVariantsgetBinariesgetMachines, getTargetMachinesgetBuildTypes, getTargetBuildTypesgetSources, sources, sourcesgetPrivateHeaders, privateHeaders, privateHeaderscppSources, cppSources, getCppSourcesgetBaseNamedefault NativeApplicationComponentDependencies getDependencies()
getDependencies in interface DependencyAwareComponent<NativeApplicationComponentDependencies>ComponentDependencies, never null.