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