CppComponent

Configuration for a C++ component, such as a library or executable, defining the source files and private header directories that make up the component. Private headers are those that are visible only to the source files of the component.

A C++ component is composed of some C++ source files that are compiled and then linked into some binary.

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

Since

4.2

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): Property<String>
Specifies the base name for this component.
Link copied to clipboard
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
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
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
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.