mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
12 lines
361 B
ReStructuredText
12 lines
361 B
ReStructuredText
COMMAND_EXPAND_LISTS
|
|
--------------------
|
|
|
|
.. versionadded:: 4.5
|
|
|
|
``COMMAND_EXPAND_LISTS`` is a boolean specifying that the lists in the
|
|
``COMMAND`` arguments of the :command:`add_custom_rule` command will be
|
|
expanded, including those created with
|
|
:manual:`generator expressions <cmake-generator-expressions(7)>`.
|
|
|
|
By default, ``COMMAND_EXPAND_LISTS`` is true.
|