summaryrefslogtreecommitdiffstats
path: root/Help/command/add_custom_command.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/add_custom_command.rst')
-rw-r--r--Help/command/add_custom_command.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index c305cc2..1fcf06c 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -376,7 +376,7 @@ The options are:
.. versionadded:: 3.27
- Indicate that the command's ``DEPENDS`` argument represents all files
+ Indicates that the command's ``DEPENDS`` argument represents all files
required by the command and implicit dependencies are not required.
Without this option, if any target uses the output of the custom command,
@@ -390,6 +390,10 @@ The options are:
Only the :ref:`Ninja Generators` actually use this information to remove
unnecessary implicit dependencies.
+ See also the :prop_tgt:`OPTIMIZE_DEPENDENCIES` target property, which may
+ provide another way for reducing the impact of target dependencies in some
+ scenarios.
+
Examples: Generating Files
^^^^^^^^^^^^^^^^^^^^^^^^^^