Package-level declarations

Model classes for building from C++ language sources.

Types

Link copied to clipboard
Configuration for a C++ application, defining the source files that make up the application plus other settings.
Link copied to clipboard
A binary built from C++ source and linked from the resulting object files.
Link copied to clipboard
Configuration for a C++ component, such as a library or executable, defining the source files and private header directories that make up the component.
Link copied to clipboard
Configuration for a C++ library, defining the source files and header directories that make up the library plus other settings.
Link copied to clipboard
interface CppPlatform
A target platform for building C++ binaries.
Link copied to clipboard
Link copied to clipboard
Represents a C++ component that is the main product of a project.