CXX_MODULE_SET_NAME.rst 648 B

12345678910111213141516
  1. CXX_MODULE_SET_<NAME>
  2. ---------------------
  3. .. versionadded:: 3.28
  4. Semicolon-separated list of files in the target's ``<NAME>`` C++ module set,
  5. which has the set type ``CXX_MODULES``. If any of the paths are relative, they
  6. are computed relative to the target's source directory. The property supports
  7. :manual:`generator expressions <cmake-generator-expressions(7)>`.
  8. This property is normally only set by :command:`target_sources(FILE_SET)`
  9. rather than being manipulated directly.
  10. See :prop_tgt:`CXX_MODULE_SET` for the list of files in the default C++ module
  11. set. See :prop_tgt:`CXX_MODULE_SETS` for the file set names of all C++ module
  12. sets.