blob: d095345ce0312169fb712eec94c7e331ccbf0d79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
HEADER_DIRS
-----------
.. versionadded:: 3.23
Semicolon-separated list of base directories of the target's default
header set (i.e. the file set with name and 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_<NAME>` for the list of base directories in
other header sets.
|