CppLibrary

Configuration for a C++ library, defining the source files and header directories that make up the library plus other settings.

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

Since

4.2

Functions

Link copied to clipboard
Returns the API dependencies of this library.
Link copied to clipboard
abstract fun getBaseName(): Property<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the dependencies of this library.
Link copied to clipboard
Link copied to clipboard
abstract fun getHeaderFiles(): FileTree
Link copied to clipboard
Link copied to clipboard
abstract fun getLinkage(): SetProperty<Linkage>
Returns the list of linkage of this library.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the public header file directories of this component, as defined in getPublicHeaders.
Link copied to clipboard
Returns public header files of this component.
Link copied to clipboard
Defines the public header file directories of this library.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Configures the public header directories for this component.
Link copied to clipboard
abstract fun source(action: Action<in ConfigurableFileCollection>)