blob: c8cd897213b9b70c7274ecf65a984d41db77a6f4 (
plain)
1
2
3
4
5
6
7
|
expand_custom_commands
----------------------
* The commands :command:`add_custom_command` and :command:`add_custom_target`
learned the option ``COMMAND_EXPAND_LISTS`` which causes lists in the
``COMMAND`` argument to be expanded, including lists created by generator
expressions.
|