1IMPORTED_LINK_DEPENDENT_LIBRARIES
2---------------------------------
3
4Dependent shared libraries of an imported shared library.
5
6Shared libraries may be linked to other shared libraries as part of
7their implementation.  On some platforms the linker searches for the
8dependent libraries of shared libraries they are including in the
9link.  Set this property to the list of dependent shared libraries of
10an imported library.  The list should be disjoint from the list of
11interface libraries in the :prop_tgt:`INTERFACE_LINK_LIBRARIES` property.  On
12platforms requiring dependent shared libraries to be found at link
13time CMake uses this list to add appropriate files or paths to the
14link command line.  Ignored for non-imported targets.
15