CMAKE_DL_LIBS.rst 192 B

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