2013-10-15 11:17:36 -04:00
|
|
|
CMAKE_SHARED_LIBRARY_SUFFIX
|
|
|
|
---------------------------
|
|
|
|
|
|
|
|
The suffix for shared libraries that you link to.
|
|
|
|
|
2015-08-18 01:34:01 -04:00
|
|
|
The suffix to use for the end of a shared library filename, ``.dll`` on
|
2013-10-15 11:17:36 -04:00
|
|
|
Windows.
|
|
|
|
|
2015-08-18 01:34:01 -04:00
|
|
|
``CMAKE_SHARED_LIBRARY_SUFFIX_<LANG>`` overrides this for language ``<LANG>``.
|