mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
This was accidentally left out of commit 4b0ee4e338 (Help: Add
documentation for target_sources(FILE_SET) and associated properties,
2021-07-02).
11 lines
372 B
ReStructuredText
11 lines
372 B
ReStructuredText
HEADER_SET_<NAME>
|
|
-----------------
|
|
|
|
.. versionadded:: 3.23
|
|
|
|
Semicolon-separated list of headers in the named header set ``<NAME>`` created
|
|
by :command:`target_sources(FILE_SET)`. This property supports
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`. If any of the
|
|
headers are relative paths, they are computed relative to the target's source
|
|
directory.
|