``CMAKE_REQUIRED_LIBRARIES``
  A :ref:`semicolon-separated list <CMake Language Lists>` of libraries to
  add to the link command.  These can be the names of system libraries, or
  they can be :ref:`Imported Targets` (see :command:`try_compile` for further
  details).
