https://github.com/Kitware/CMake
Raw File
Tip revision: 519427e32c1f914b2a4184553c18fccd4614209d authored by Brad King on 17 May 2018, 13:07:43 UTC
CMake 3.11.2
Tip revision: 519427e
CMAKE_STATIC_LIBRARY_PREFIX.rst
CMAKE_STATIC_LIBRARY_PREFIX
---------------------------

The prefix for static libraries that you link to.

The prefix to use for the name of a static library, ``lib`` on UNIX.

``CMAKE_STATIC_LIBRARY_PREFIX_<LANG>`` overrides this for language ``<LANG>``.
back to top