summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExportCompileCommands/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per targetShannon Booth2021-01-051-0/+8
| | | | | | | | 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
* Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile ruleBrad King2020-11-201-0/+1
| | | | Fixes: #21471
* Initialize CMAKE_EXPORT_COMPILE_COMMANDS only if not set alreadyBrad King2020-05-121-0/+3
Also de-duplicate its initialization code. Fixes: #16588