mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
This includes listing the filesets themselves as well as which file set (if any) each source file is associated with. Fixes: #24128
10 lines
311 B
ReStructuredText
10 lines
311 B
ReStructuredText
file-api-file-sets
|
|
------------------
|
|
|
|
* The :manual:`cmake-file-api(7)` "codemodel" version 2 ``version`` field has
|
|
been updated to 2.5.
|
|
|
|
* The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object
|
|
gained a new ``fileSets`` field and associated ``fileSetIndex``
|
|
field to ``sources`` objects.
|