api / org.gradle.language.cpp / CppApplication

CppApplication

@Incubating interface CppApplication : ProductionCppComponent

Configuration for a C++ application, defining the source files that make up the application plus other settings.

An instance of this type is added as a project extension by the C++ executable plugin.

Since
4.2

Functions

getDevelopmentBinary

abstract fun getDevelopmentBinary(): Provider<out CppExecutable>

{@inheritDoc}