mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
c833629508
The corresponding `pre-commit` configuration is coming in the separate MR. Signed-off-by: Alex Turbov <i.zaufi@gmail.com>
16 lines
438 B
ReStructuredText
16 lines
438 B
ReStructuredText
EXPORT_BUILD_DATABASE
|
|
---------------------
|
|
|
|
.. versionadded:: 3.31
|
|
|
|
Enable/Disable output of a build database for a target.
|
|
|
|
This property is initialized by the value of the variable
|
|
:variable:`CMAKE_EXPORT_BUILD_DATABASE` if it is set when a target is created.
|
|
|
|
.. note::
|
|
|
|
This property is meaningful only when experimental support for build
|
|
databases has been enabled by the
|
|
``CMAKE_EXPERIMENTAL_EXPORT_BUILD_DATABASE`` gate.
|