Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / prop_tgt / CXX_MODULE_HEADER_UNIT_SET_NAME.rst
1 CXX_MODULE_HEADER_UNIT_SET_<NAME>
2 ---------------------------------
3
4 .. versionadded:: 3.25
5
6 .. note ::
7
8   Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
9
10 Semicolon-separated list of files in the target's ``<NAME>`` C++ module header
11 set, which has the set type ``CXX_MODULE_HEADER_UNITS``. If any of the paths
12 are relative, they are computed relative to the target's source directory. The
13 property supports
14 :manual:`generator expressions <cmake-generator-expressions(7)>`.
15
16 This property is normally only set by :command:`target_sources(FILE_SET)`
17 rather than being manipulated directly.
18
19 See :prop_tgt:`CXX_MODULE_HEADER_UNIT_SET` for the list of files in the
20 default C++ module header set. See :prop_tgt:`CXX_MODULE_HEADER_UNIT_SETS` for
21 the file set names of all C++ module header sets.