mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-18 04:31:26 -06:00
This includes the target property, its initializing variable, its initializing environment variable, and updating related docs to mention the new bits.
9 lines
389 B
ReStructuredText
9 lines
389 B
ReStructuredText
module-cdb
|
|
==========
|
|
|
|
* Targets with C++ modules may now export their module compile commands using
|
|
the :prop_tgt:`EXPORT_BUILD_DATABASE` target property. This is initialized
|
|
with the :variable:`CMAKE_EXPORT_BUILD_DATABASE` variable which is itself
|
|
initialized using the :envvar:`CMAKE_EXPORT_BUILD_DATABASE` environment
|
|
variable. Only supported with the :ref:`Ninja Generators`.
|