cmake/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES.rst

17 lines
699 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
IMPORTED_LINK_INTERFACE_LIBRARIES
---------------------------------
2019-11-11 23:01:05 +01:00
Transitive link interface of an ``IMPORTED`` target.
2014-08-03 19:52:23 +02:00
Set this to the list of libraries whose interface is included when an
2019-11-11 23:01:05 +01:00
``IMPORTED`` library target is linked to another target. The libraries
2014-08-03 19:52:23 +02:00
will be included on the link line for the target. Unlike the
2019-11-11 23:01:05 +01:00
:prop_tgt:`LINK_INTERFACE_LIBRARIES` property, this property applies to all
imported target types, including ``STATIC`` libraries. This property is
2014-08-03 19:52:23 +02:00
ignored for non-imported targets.
This property is ignored if the target also has a non-empty
2019-11-11 23:01:05 +01:00
:prop_tgt:`INTERFACE_LINK_LIBRARIES` property.
2014-08-03 19:52:23 +02:00
2019-11-11 23:01:05 +01:00
This property is deprecated. Use :prop_tgt:`INTERFACE_LINK_LIBRARIES` instead.