CMAKE_LANG_LINK_USING_FEATURE.rst 629 B

12345678910111213141516171819
  1. CMAKE_<LANG>_LINK_USING_<FEATURE>
  2. ---------------------------------
  3. .. versionadded:: 3.24
  4. This variable defines, for the specified ``<FEATURE>`` and the linker language
  5. ``<LANG>``, the expression expected by the linker when libraries are specified
  6. using :genex:`LINK_LIBRARY` generator expression.
  7. .. note::
  8. Feature names defined in all uppercase are reserved to CMake.
  9. See also the associated variable
  10. :variable:`CMAKE_<LANG>_LINK_USING_<FEATURE>_SUPPORTED` and
  11. :variable:`CMAKE_LINK_USING_<FEATURE>` variable for the definition of features
  12. independent from the link language.
  13. .. include:: CMAKE_LINK_USING_FEATURE.txt