module-cdb.rst 389 B

12345678
  1. module-cdb
  2. ==========
  3. * Targets with C++ modules may now export their module compile commands using
  4. the :prop_tgt:`EXPORT_BUILD_DATABASE` target property. This is initialized
  5. with the :variable:`CMAKE_EXPORT_BUILD_DATABASE` variable which is itself
  6. initialized using the :envvar:`CMAKE_EXPORT_BUILD_DATABASE` environment
  7. variable. Only supported with the :ref:`Ninja Generators`.