1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Help/variable/CMAKE_DL_LIBS.rst
2017-01-24 14:37:07 -05:00

8 lines
192 B
ReStructuredText

CMAKE_DL_LIBS
-------------
Name of library containing ``dlopen`` and ``dlclose``.
The name of the library that has ``dlopen`` and ``dlclose`` in it, usually
``-ldl`` on most UNIX machines.