Main Content
target.CMakeBuildType Class
Namespace: target
Description
Use a target.CMakeBuildType
object to describe a CMake build type (for
single configuration generators) or build configuration (for multi-configuration generators)
that is supported by a given combination of generator and CMake toolchain file. When you
select the associated toolchain for the Toolchain configuration
parameter, the build type is available as a Build Configuration
option.
To create a target.CMakeBuildType
object, use the target.create
function.
Properties
Examples
Version History
Introduced in R2022b