LINK_INTERFACE_LIBRARIES_CONFIG.rst 468 B

12345678910111213
  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. LINK_INTERFACE_LIBRARIES. If set, this property completely overrides
  6. the generic property for the named configuration.
  7. This property is overridden by the INTERFACE_LINK_LIBRARIES property if
  8. policy CMP0022 is NEW.
  9. This property is deprecated. Use INTERFACE_LINK_LIBRARIES instead.