LINK_INTERFACE_LIBRARIES_CONFIG.rst 716 B

1234567891011121314151617181920
  1. LINK_INTERFACE_LIBRARIES_<CONFIG>
  2. ---------------------------------
  3. Per-configuration list of public interface libraries for a target.
  4. This is the configuration-specific version of
  5. :prop_tgt:`LINK_INTERFACE_LIBRARIES`. If set, this property completely
  6. overrides the generic property for the named configuration.
  7. This property is overridden by the :prop_tgt:`INTERFACE_LINK_LIBRARIES`
  8. property if policy :policy:`CMP0022` is ``NEW``.
  9. This property is deprecated. Use :prop_tgt:`INTERFACE_LINK_LIBRARIES`
  10. instead.
  11. Creating Relocatable Packages
  12. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  13. .. |INTERFACE_PROPERTY_LINK| replace:: ``LINK_INTERFACE_LIBRARIES_<CONFIG>``
  14. .. include:: /include/INTERFACE_LINK_LIBRARIES_WARNING.txt