2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_STATIC_LIBRARY_PREFIX
|
|
|
|
---------------------------
|
|
|
|
|
|
|
|
The prefix for static libraries that you link to.
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
The prefix to use for the name of a static library, ``lib`` on UNIX.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
``CMAKE_STATIC_LIBRARY_PREFIX_<LANG>`` overrides this for language ``<LANG>``.
|