summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-02 11:39:36 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-06-02 11:39:44 (GMT)
commitcf470d8dac5abe956b7a0ec62afe2d93fb533336 (patch)
treefe684de51228c658d4ebd0f8d8ca76d6fddf8390 /Help/command
parent399a321a6421343318e52c093e900e4fabdaecca (diff)
parent1cb4f592a09752972d89785c0e8f1e160d5b5c4e (diff)
downloadCMake-cf470d8dac5abe956b7a0ec62afe2d93fb533336.zip
CMake-cf470d8dac5abe956b7a0ec62afe2d93fb533336.tar.gz
CMake-cf470d8dac5abe956b7a0ec62afe2d93fb533336.tar.bz2
Merge topic 'command_target'
1cb4f592a0 add_custom_command: Target-dependent generator expression support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6176
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/add_custom_command.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index 569f1e8..a053e59 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -338,6 +338,8 @@ will re-run whenever ``in.txt`` changes.
where ``<config>`` is the build configuration, and then compile the generated
source as part of a library.
+.. _`add_custom_command(TARGET)`:
+
Build Events
^^^^^^^^^^^^
@@ -388,6 +390,9 @@ of the following is specified:
This allows to add individual build events for every configuration.
+.. versionadded:: 3.21
+ Support for target-dependent generator expressions.
+
Examples: Build Events
^^^^^^^^^^^^^^^^^^^^^^