cmake/Help/prop_tgt/IMPORTED_LINK_INTERFACE_LIBRARIES_CONFIG.rst

14 lines
546 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
IMPORTED_LINK_INTERFACE_LIBRARIES_<CONFIG>
------------------------------------------
2019-11-11 23:01:05 +01:00
<CONFIG>-specific version of :prop_tgt:`IMPORTED_LINK_INTERFACE_LIBRARIES`.
2014-08-03 19:52:23 +02:00
Configuration names correspond to those provided by the project from
which the target is imported. If set, this property completely
overrides the generic property for the named configuration.
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.