INTERFACE_HEADER_SETSΒΆ
New in version 3.23.
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
can be installed with install(TARGETS)
and exported with
install(EXPORT)
and export()
.
This property is normally only set by target_sources(FILE_SET)
rather than being manipulated directly.
See also HEADER_SETS
.