INTERFACE_SOURCE_SETS

Добавлено в версии 4.4.

Read-only list of the target's INTERFACE and PUBLIC source sets (i.e. all file sets with the type SOURCES). Files listed in these source sets can be installed with install(TARGETS) and exported with install(EXPORT) and export().

Source sets may be defined using the target_sources() command FILE_SET option with type SOURCES.

See also SOURCE_SETS.