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
interface CppComponent : ComponentWithBinaries, ComponentWithDependencies, ComponentWithTargetMachines
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
interface CppExecutable : CppBinary, ComponentWithExecutable, ComponentWithInstallation, ComponentWithOutputs, ComponentWithRuntimeUsage, PublishableComponent
An executable built from C++ source.
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
interface CppSharedLibrary : CppBinary, ComponentWithSharedLibrary, ComponentWithLinkUsage, ComponentWithRuntimeUsage, ComponentWithOutputs, PublishableComponent
A shared library built from C++ source.
Link copied to clipboard
A set of C++ source files.
Link copied to clipboard
interface CppStaticLibrary : CppBinary, ComponentWithStaticLibrary, ComponentWithLinkUsage, ComponentWithRuntimeUsage, ComponentWithOutputs, PublishableComponent
A static library built from C++ source.
Link copied to clipboard
Represents a C++ component that is the main product of a project.