mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
b626843d71
Fixes: #27248
18 lines
827 B
ReStructuredText
18 lines
827 B
ReStructuredText
fileapi-direct-dependencies
|
|
---------------------------
|
|
|
|
* The :manual:`cmake-file-api(7)` "codemodel" version 2 now includes imported
|
|
targets and all interface library targets in its replies. Previously,
|
|
imported targets were omitted, and only those interface targets that
|
|
participated in the build system were included. The following changes
|
|
support these new additions:
|
|
|
|
* The "target" object gained ``imported``, ``local``, and ``abstract`` fields.
|
|
* The "target" object's ``type`` field can now also hold the value
|
|
``UNKNOWN_LIBRARY``.
|
|
* The "codemodel" object's ``configurations`` entries gained a new
|
|
``abstractTargets`` array.
|
|
* Entries in the ``directories`` and ``projects`` arrays of the "codemodel"
|
|
object's ``configurations`` entries gained a new ``abstractTargetIndexes``
|
|
array.
|