Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / prop_tgt / CXX_MODULE_SET_NAME.rst
1 CXX_MODULE_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 set,
11 which has the set type ``CXX_MODULES``. If any of the paths are relative, they
12 are computed relative to the target's source directory. The property supports
13 :manual:`generator expressions <cmake-generator-expressions(7)>`.
14
15 This property is normally only set by :command:`target_sources(FILE_SET)`
16 rather than being manipulated directly.
17
18 See :prop_tgt:`CXX_MODULE_SET` for the list of files in the default C++ module
19 set. See :prop_tgt:`CXX_MODULE_SETS` for the file set names of all C++ module
20 sets.