diff options
Diffstat (limited to 'Help/command/add_dependencies.rst')
-rw-r--r-- | Help/command/add_dependencies.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/add_dependencies.rst b/Help/command/add_dependencies.rst index de219a5..14c0183 100644 --- a/Help/command/add_dependencies.rst +++ b/Help/command/add_dependencies.rst @@ -17,6 +17,9 @@ Dependencies added to an :ref:`imported target <Imported Targets>` or an :ref:`interface library <Interface Libraries>` are followed 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` |