2022-03-29 21:10:50 +02:00
|
|
|
INTERFACE_HEADER_SETS
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
.. versionadded:: 3.23
|
|
|
|
|
2022-04-13 00:32:21 +02:00
|
|
|
Read-only list of the target's ``INTERFACE`` and ``PUBLIC`` header sets (i.e.
|
|
|
|
all file sets with the type ``HEADERS``). Files listed in these header sets
|
2022-03-29 21:10:50 +02:00
|
|
|
can be installed with :command:`install(TARGETS)` and exported with
|
|
|
|
:command:`install(EXPORT)` and :command:`export`.
|
|
|
|
|
2022-04-13 00:32:21 +02:00
|
|
|
Header sets may be defined using the :command:`target_sources` command
|
|
|
|
``FILE_SET`` option with type ``HEADERS``.
|
2022-03-29 21:10:50 +02:00
|
|
|
|
|
|
|
See also :prop_tgt:`HEADER_SETS`.
|