2013-10-15 19:17:36 +04:00
|
|
|
LINK_INTERFACE_LIBRARIES_<CONFIG>
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
Per-configuration list of public interface libraries for a target.
|
|
|
|
|
|
|
|
This is the configuration-specific version of
|
2014-11-22 14:45:43 +03:00
|
|
|
:prop_tgt:`LINK_INTERFACE_LIBRARIES`. If set, this property completely
|
|
|
|
overrides the generic property for the named configuration.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2014-11-22 14:45:43 +03:00
|
|
|
This property is overridden by the :prop_tgt:`INTERFACE_LINK_LIBRARIES`
|
|
|
|
property if policy :policy:`CMP0022` is ``NEW``.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2014-11-22 14:45:43 +03:00
|
|
|
This property is deprecated. Use :prop_tgt:`INTERFACE_LINK_LIBRARIES`
|
|
|
|
instead.
|
2014-11-22 15:16:05 +03:00
|
|
|
|
2015-04-02 22:45:48 +03:00
|
|
|
Creating Relocatable Packages
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2014-11-22 15:16:05 +03:00
|
|
|
.. |INTERFACE_PROPERTY_LINK| replace:: ``LINK_INTERFACE_LIBRARIES_<CONFIG>``
|
|
|
|
.. include:: /include/INTERFACE_LINK_LIBRARIES_WARNING.txt
|