blob: 25a55731f8baec14dd588b67591d319025c185b1 (
plain)
1
2
3
4
5
6
7
8
|
HEADER_SET_<NAME>
-----------------
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.
|