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