From 094436db98db55cd051313864be58d52de0a606d Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Fri, 27 Jun 2025 17:08:43 +1000 Subject: [PATCH] Help: The fileSets item in a codemodel target object is optional --- Help/manual/cmake-file-api.7.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Help/manual/cmake-file-api.7.rst b/Help/manual/cmake-file-api.7.rst index aa8f260746..2b6bcb4ac8 100644 --- a/Help/manual/cmake-file-api.7.rst +++ b/Help/manual/cmake-file-api.7.rst @@ -1180,8 +1180,9 @@ with members: the ``backtraceGraph`` member's ``nodes`` array. ``fileSets`` - A JSON array of entries corresponding to the target's file sets. Each entry - is a JSON object with members: + An optional member that is present when a target defines one or more + 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`` A string specifying the name of the file set.