CXX_MODULE_HEADER_UNIT_DIRS_NAME.rst 717 B

12345678910111213141516171819
  1. CXX_MODULE_HEADER_UNIT_DIRS_<NAME>
  2. ----------------------------------
  3. .. note ::
  4. Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
  5. Semicolon-separated list of base directories of the target's ``<NAME>`` C++
  6. module header set, which has the set type ``CXX_MODULE_HEADER_UNITS``. 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_HEADER_UNIT_DIRS` for the list of base directories
  12. in the default C++ module header set. See
  13. :prop_tgt:`CXX_MODULE_HEADER_UNIT_SETS` for the file set names of all C++
  14. module header sets.