mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
ab1b573f41
Reduce duplication and make the docs for target_sources() focus on the functionality rather than the properties it modifies. The properties are a lower level quantity, so put the relevant details for them in the property documentation. The target_sources() command only needs to reference the properties, not reproduce the property documentation. Improve the cross-referencing between the HEADER_... property docs. This helps build the mental picture of how they relate to each other.
16 lines
546 B
ReStructuredText
16 lines
546 B
ReStructuredText
HEADER_DIRS_<NAME>
|
|
------------------
|
|
|
|
.. versionadded:: 3.23
|
|
|
|
Semicolon-separated list of base directories of the target's ``<NAME>``
|
|
header set, which has the set type ``HEADERS``. The property supports
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|
|
|
|
This property is normally only set by :command:`target_sources(FILE_SET)`
|
|
rather than being manipulated directly.
|
|
|
|
See :prop_tgt:`HEADER_DIRS` for the list of base directories in the
|
|
default header set. See :prop_tgt:`HEADER_SETS` for the file set names of all
|
|
header sets.
|