summaryrefslogtreecommitdiffstats
path: root/Help/command/add_dependencies.rst
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-11-06 19:55:33 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-11-09 19:52:30 (GMT)
commit65457e4fae0afbcb37800fb68ca855bc7f49dfac (patch)
treebf3851ae4333432b2874ae5549b38b5831ca48e9 /Help/command/add_dependencies.rst
parentc86ec79d07bb7ad54ddf8739bcc2084af4a1a274 (diff)
downloadCMake-65457e4fae0afbcb37800fb68ca855bc7f49dfac.zip
CMake-65457e4fae0afbcb37800fb68ca855bc7f49dfac.tar.gz
CMake-65457e4fae0afbcb37800fb68ca855bc7f49dfac.tar.bz2
Help: Add _See Also_ sections to related CMake commands
Diffstat (limited to 'Help/command/add_dependencies.rst')
-rw-r--r--Help/command/add_dependencies.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/Help/command/add_dependencies.rst b/Help/command/add_dependencies.rst
index 14c0183..23cb405 100644
--- a/Help/command/add_dependencies.rst
+++ b/Help/command/add_dependencies.rst
@@ -20,7 +20,12 @@ transitively in its place since the target itself does not build.
.. versionadded:: 3.3
Allow adding dependencies to interface libraries.
-See the ``DEPENDS`` option of :command:`add_custom_target` and
-:command:`add_custom_command` commands for adding file-level
-dependencies in custom rules. See the :prop_sf:`OBJECT_DEPENDS`
-source file property to add file-level dependencies to object files.
+See Also
+^^^^^^^^
+
+* The ``DEPENDS`` option of :command:`add_custom_target` and
+ :command:`add_custom_command` commands for adding file-level
+ dependencies in custom rules.
+
+* The :prop_sf:`OBJECT_DEPENDS` source file property to add
+ file-level dependencies to object files.