Genex-LINK_LIBRARY.rst 539 B

1234567891011
  1. Genex-LINK_LIBRARY
  2. ------------------
  3. * The :genex:`LINK_LIBRARY` generator expression was added to manage how
  4. libraries are specified during the link step. The variables
  5. :variable:`CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>` and
  6. :variable:`CMAKE_LINK_LIBRARY_USING_<FEATURE>` are used to define features
  7. usable by the :genex:`LINK_LIBRARY` generator expression. Moreover, the
  8. :prop_tgt:`LINK_LIBRARY_OVERRIDE` and
  9. :prop_tgt:`LINK_LIBRARY_OVERRIDE_<LIBRARY>` target properties are available
  10. to resolve incompatible features.