Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMAKE_EXPORT_COMPILE_COMMANDS: allow configuration per target | Shannon Booth | 2021-01-05 | 1 | -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 rule | Brad King | 2020-11-20 | 1 | -0/+1 |
| | | | | Fixes: #21471 | ||||
* | Initialize CMAKE_EXPORT_COMPILE_COMMANDS only if not set already | Brad King | 2020-05-12 | 1 | -0/+3 |
Also de-duplicate its initialization code. Fixes: #16588 |