瀏覽代碼

Merge topic 'add_custom_command-supports-COMMAND_EXPAND_LISTS'

64f40c5d09 Help: Both add_custom_command signatures support COMMAND_EXPAND_LISTS

Acked-by: Kitware Robot <[email protected]>
Merge-request: !4036
Kyle Edwards 6 年之前
父節點
當前提交
7e62ffc028
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Help/command/add_custom_command.rst

+ 2 - 1
Help/command/add_custom_command.rst

@@ -227,7 +227,8 @@ target is already built, the command will not execute.
                      [BYPRODUCTS [files...]]
                      [WORKING_DIRECTORY dir]
                      [COMMENT comment]
-                     [VERBATIM] [USES_TERMINAL])
+                     [VERBATIM] [USES_TERMINAL]
+                     [COMMAND_EXPAND_LISTS])
 
 This defines a new command that will be associated with building the
 specified ``<target>``.  The ``<target>`` must be defined in the current