CXX_MODULE_HEADER_UNIT_DIRS_NAME.rst 741 B

123456789101112131415161718192021
  1. CXX_MODULE_HEADER_UNIT_DIRS_<NAME>
  2. ----------------------------------
  3. .. versionadded:: 3.25
  4. .. note ::
  5. Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
  6. Semicolon-separated list of base directories of the target's ``<NAME>`` C++
  7. module header set, which has the set type ``CXX_MODULE_HEADER_UNITS``. The
  8. property supports
  9. :manual:`generator expressions <cmake-generator-expressions(7)>`.
  10. This property is normally only set by :command:`target_sources(FILE_SET)`
  11. rather than being manipulated directly.
  12. See :prop_tgt:`CXX_MODULE_HEADER_UNIT_DIRS` for the list of base directories
  13. in the default C++ module header set. See
  14. :prop_tgt:`CXX_MODULE_HEADER_UNIT_SETS` for the file set names of all C++
  15. module header sets.