cmake/Help/variable/CMAKE_DL_LIBS.rst

8 lines
191 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_DL_LIBS
-------------
2015-11-17 17:22:37 +01:00
Name of library containing ``dlopen`` and ``dlcose``.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
The name of the library that has ``dlopen`` and ``dlclose`` in it, usually
``-ldl`` on most UNIX machines.