Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / prop_tgt / INTERFACE_CXX_MODULE_HEADER_UNIT_SETS.rst
1 INTERFACE_CXX_MODULE_HEADER_UNIT_SETS
2 -------------------------------------
3
4 .. versionadded:: 3.25
5
6 .. note ::
7
8   Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
9
10 Read-only list of the target's ``PUBLIC`` C++ module header sets (i.e. all
11 file sets with the type ``CXX_MODULE_HEADER_UNITS``). Files listed in these
12 C++ module header sets can be installed with :command:`install(TARGETS)` and
13 exported with :command:`install(EXPORT)` and :command:`export`.
14
15 C++ module header sets may be defined using the :command:`target_sources`
16 command ``FILE_SET`` option with type ``CXX_MODULE_HEADER_UNITS``.
17
18 See also :prop_tgt:`CXX_MODULE_HEADER_UNIT_SETS`.