mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -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_SET
|
|
----------
|
|
|
|
.. versionadded:: 3.23
|
|
|
|
Semicolon-separated list of files in the target's default header set,
|
|
(i.e. the file set with name and type ``HEADERS``). If any of the paths
|
|
are relative, they are computed relative to the target's source directory.
|
|
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_SET_<NAME>` for the list of files in other header sets.
|