CppApplication

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++ Application Plugin.

Since

4.2

Functions

Link copied to clipboard
abstract fun getBaseName(): Property<String>
Specifies the base name for this component.
Link copied to clipboard
Returns the binaries of this component.
Returns the binaries for this library.
Link copied to clipboard
Returns the C++ source files of this component, as defined in getSource.
Link copied to clipboard
Returns the dependencies of this component.
Link copied to clipboard
Returns the binary of the component to use as the default for development.
Link copied to clipboard
abstract fun getHeaderFiles(): FileTree
Returns all header files of this component.
Link copied to clipboard
Returns the implementation dependencies of this component.
Link copied to clipboard
abstract fun getName(): String
The object's name.
Link copied to clipboard
Returns the private header include directories of this component, as defined in getPrivateHeaders.
Link copied to clipboard
Defines the private header file directories of this library.
Link copied to clipboard
Defines the source files or directories of this component.
Link copied to clipboard
Specifies the target machines this component should be built for.
Link copied to clipboard
Configures the private header directories for this component.
Link copied to clipboard
abstract fun source(action: Action<in ConfigurableFileCollection>)
Configures the source files or directories for this component.