Main Content
target.CMakeCacheEntry Class
Namespace: target
Description
Use a target.CMakeCacheEntry
object to define a CMake cache entry for
the CMake tool. The software adds the cache entry to the command that invokes CMake, using one
of these forms:
-D Name:Type=Value
-D Name=Value
Name
, Type
, and Value
are object properties.
To create a target.CMakeCacheEntry
object, use the target.create
function.
Properties
Examples
Version History
Introduced in R2022b