summaryrefslogtreecommitdiffstats
path: root/Help/module/CMAKE_REQUIRED_LIBRARIES.txt
blob: 8611b9edf6ab038180697e3677013cebdf0506e8 (plain)
1
2
3
4
5
  ``CMAKE_REQUIRED_LIBRARIES``
    A :ref:`;-list <CMake Language Lists>` of libraries to add to the link
    command. These can be the name of system libraries or they can be
    :ref:`Imported Targets <Imported Targets>` (see :command:`try_compile` for
    further details).