Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Help / prop_tgt / CXX_MODULE_SETS.rst
1 CXX_MODULE_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 ``PRIVATE`` and ``PUBLIC`` C++ module sets (i.e.
11 all file sets with the type ``CXX_MODULES``). Files listed in these file sets
12 are treated as source files for the purpose of IDE integration.
13
14 C++ module sets may be defined using the :command:`target_sources` command
15 ``FILE_SET`` option with type ``CXX_MODULES``.
16
17 See also :prop_tgt:`CXX_MODULE_SET_<NAME>`, :prop_tgt:`CXX_MODULE_SET` and
18 :prop_tgt:`INTERFACE_CXX_MODULE_SETS`.