blob: 0b1145c4e8990c34cf61b2d5f68b82b568220024 (
plain)
1
2
3
4
5
6
7
8
9
|
EXPORT_COMPILE_COMMANDS
-----------------------
.. versionadded:: 3.20
Enable/Disable output of compile commands during generation for a target.
This property is initialized by the value of the variable
:variable:`CMAKE_EXPORT_COMPILE_COMMANDS` if it is set when a target is created.
|