CXX_MODULE_SET.rst 570 B

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