このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
target.CMakeCacheEntry クラス
名前空間: 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.
プロパティ
例
バージョン履歴
R2022b で導入