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