1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 14:08:35 +08:00

Help: The fileSets item in a codemodel target object is optional

This commit is contained in:
Craig Scott
2025-06-27 17:08:43 +10:00
parent 1398ef18c2
commit 094436db98

View File

@@ -1180,8 +1180,9 @@ with members:
the ``backtraceGraph`` member's ``nodes`` array. the ``backtraceGraph`` member's ``nodes`` array.
``fileSets`` ``fileSets``
A JSON array of entries corresponding to the target's file sets. Each entry An optional member that is present when a target defines one or more
is a JSON object with members: file sets. The value is a JSON array of entries corresponding to the
target's file sets. Each entry is a JSON object with members:
``name`` ``name``
A string specifying the name of the file set. A string specifying the name of the file set.