1IMPORTED_LINK_INTERFACE_LIBRARIES
2---------------------------------
3
4Transitive link interface of an ``IMPORTED`` target.
5
6Set this to the list of libraries whose interface is included when an
7``IMPORTED`` library target is linked to another target.  The libraries
8will be included on the link line for the target.  Unlike the
9:prop_tgt:`LINK_INTERFACE_LIBRARIES` property, this property applies to all
10imported target types, including ``STATIC`` libraries.  This property is
11ignored for non-imported targets.
12
13This property is ignored if the target also has a non-empty
14:prop_tgt:`INTERFACE_LINK_LIBRARIES` property.
15
16This property is deprecated.  Use :prop_tgt:`INTERFACE_LINK_LIBRARIES` instead.
17