CXX_MODULE_DIRS.rst 499 B

123456789101112131415
  1. CXX_MODULE_DIRS
  2. ---------------
  3. .. versionadded:: 3.28
  4. Semicolon-separated list of base directories of the target's default
  5. C++ module set (i.e. the file set with name and type ``CXX_MODULES``). The
  6. 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_DIRS_<NAME>` for the list of base directories in
  11. other C++ module sets.