diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/add_custom_command.rst | 5 | ||||
-rw-r--r-- | Help/release/dev/add_custom_command-TARGET-genex.rst | 5 |
2 files changed, 10 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 ^^^^^^^^^^^^^^^^^^^^^^ diff --git a/Help/release/dev/add_custom_command-TARGET-genex.rst b/Help/release/dev/add_custom_command-TARGET-genex.rst new file mode 100644 index 0000000..86f8b36 --- /dev/null +++ b/Help/release/dev/add_custom_command-TARGET-genex.rst @@ -0,0 +1,5 @@ +add_custom_command-TARGET-genex +------------------------------- + +* The :ref:`add_custom_command(TARGET) <add_custom_command(TARGET)>` command + gained support for resolving target-dependent generator expressions. |