Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / prop_tgt / CXX_MODULE_DIRS_NAME.rst
1 CXX_MODULE_DIRS_<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 base directories of the target's ``<NAME>`` C++
11 module set, which has the set type ``CXX_MODULES``. The property supports
12 :manual:`generator expressions <cmake-generator-expressions(7)>`.
13
14 This property is normally only set by :command:`target_sources(FILE_SET)`
15 rather than being manipulated directly.
16
17 See :prop_tgt:`CXX_MODULE_DIRS` for the list of base directories in the
18 default C++ module set. See :prop_tgt:`CXX_MODULE_SETS` for the file set names
19 of all C++ module sets.