blob: a863e2a6cec592ebf2e6288d207e2dc8f672df6e (
plain)
1
2
3
4
5
6
7
8
|
CMAKE_SHARED_LIBRARY_PREFIX
---------------------------
The prefix for shared libraries that you link to.
The prefix to use for the name of a shared library, lib on UNIX.
CMAKE_SHARED_LIBRARY_PREFIX_<LANG> overrides this for language <LANG>.
|