summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/export-compile-commands-per-target.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.20 release notesBrad King2021-02-101-6/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.20.rst`.
* CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per targetShannon Booth2021-01-051-0/+6
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