CMAKE__LINK_USING_ --------------------------------- .. versionadded:: 3.24 This variable defines, for the specified ```` and the linker language ````, the expression expected by the linker when libraries are specified using :genex:`LINK_LIBRARY` generator expression. .. note:: Feature names defined in all uppercase are reserved to CMake. See also the associated variable :variable:`CMAKE__LINK_USING__SUPPORTED` and :variable:`CMAKE_LINK_USING_` variable for the definition of features independent from the link language. .. include:: CMAKE_LINK_USING_FEATURE.txt Predefined Features ^^^^^^^^^^^^^^^^^^^ ``CMake`` pre-defines some features of general interest: .. include:: LINK_LIBRARY_PREDEFINED_FEATURES.txt