1CMAKE_SHARED_LIBRARY_PREFIX
2---------------------------
3
4The prefix for shared libraries that you link to.
5
6The prefix to use for the name of a shared library, ``lib`` on UNIX.
7
8``CMAKE_SHARED_LIBRARY_PREFIX_<LANG>`` overrides this for language ``<LANG>``.
9