diff --git a/Help/command/add_dependencies.rst b/Help/command/add_dependencies.rst index 7ff9ac1cf2..3a51a30b07 100644 --- a/Help/command/add_dependencies.rst +++ b/Help/command/add_dependencies.rst @@ -20,6 +20,10 @@ transitively in its place since the target itself does not build. .. versionadded:: 3.3 Allow adding dependencies to interface libraries. +.. versionadded:: 3.8 + Dependencies will populate the :prop_tgt:`MANUALLY_ADDED_DEPENDENCIES` + property of ````. + .. versionchanged:: 3.9 The :ref:`Ninja Generators` use weaker ordering than other generators in order to improve available concurrency.