CMAKE_SHARED_LIBRARY_SUFFIX.rst 269 B

123456789
  1. CMAKE_SHARED_LIBRARY_SUFFIX
  2. ---------------------------
  3. The suffix for shared libraries that you link to.
  4. The suffix to use for the end of a shared library filename, ``.dll`` on
  5. Windows.
  6. ``CMAKE_SHARED_LIBRARY_SUFFIX_<LANG>`` overrides this for language ``<LANG>``.