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