blob: 110fd4efb866e7990ebb56890448fffca56468b9 (
plain)
1
2
3
4
5
6
7
|
compile-commands-output-field
-----------------------------
* The :prop_tgt:`EXPORT_COMPILE_COMMANDS` target property will now have the
``output`` field in the compile commands objects. This allows multi-config
generators (namely :generator:`Ninja Multi-Config` generator) to contain the
compile commands for all configurations.
|