api / org.gradle.language.cpp.plugins / CppApplicationPlugin

CppApplicationPlugin

@Incubating open class CppApplicationPlugin : Plugin<ProjectInternal>

A plugin that produces a native application from C++ source.

Assumes the source files are located in `src/main/cpp` and header files are located in `src/main/headers`.

Adds a CppApplication extension to the project to allow configuration of the application.

Since
4.5

Constructors

<init>

CppApplicationPlugin(componentFactory: NativeComponentFactory, toolChainSelector: ToolChainSelector, attributesFactory: ImmutableAttributesFactory)

Functions

apply

open fun apply(project: ProjectInternal): Unit