cmake/Help/module/CMAKE_REQUIRED_LIBRARIES.txt
2023-07-02 19:51:09 +02:00

6 lines
277 B
Plaintext

``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).