expand_custom_commands.rst 288 B

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