INTERFACE_CXX_MODULE_HEADER_UNIT_SETS.rst 668 B

123456789101112131415161718
  1. INTERFACE_CXX_MODULE_HEADER_UNIT_SETS
  2. -------------------------------------
  3. .. versionadded:: 3.25
  4. .. note ::
  5. Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
  6. Read-only list of the target's ``PUBLIC`` C++ module header sets (i.e. all
  7. file sets with the type ``CXX_MODULE_HEADER_UNITS``). Files listed in these
  8. C++ module header sets can be installed with :command:`install(TARGETS)` and
  9. exported with :command:`install(EXPORT)` and :command:`export`.
  10. C++ module header sets may be defined using the :command:`target_sources`
  11. command ``FILE_SET`` option with type ``CXX_MODULE_HEADER_UNITS``.
  12. See also :prop_tgt:`CXX_MODULE_HEADER_UNIT_SETS`.