mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per target
The new target property `EXPORT_COMPILE_COMMANDS` associated with the existing global variable can be used to optionally configure targets for their compile commands to be exported. Fixes: #19462
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export-compile-commands-per-target
|
||||
----------------------------------
|
||||
|
||||
* The :prop_tgt:`EXPORT_COMPILE_COMMANDS` target property was added
|
||||
for the associated :variable:`CMAKE_EXPORT_COMPILE_COMMANDS` variable
|
||||
to allow for configuration of exporting compile commands per target.
|
||||
Reference in New Issue
Block a user