Package org.gradle.language.cpp
package org.gradle.language.cpp
Model classes for building from C++ language sources.
-
ClassDescriptionConfiguration for a C++ application, defining the source files that make up the application plus other settings.A binary built from C++ source and linked from the resulting object files.Configuration for a C++ component, such as a library or executable, defining the source files and private header directories that make up the component.An executable built from C++ source.Configuration for a C++ library, defining the source files and header directories that make up the library plus other settings.A target platform for building C++ binaries.A shared library built from C++ source.A set of C++ source files.A static library built from C++ source.Represents a C++ component that is the main product of a project.