summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_CREATE_SHARED_LIBRARY.rst
blob: 16fcc03447142809f504a3db10f447612c4bd882 (plain)
1
2
3
4
5
6
7
8
CMAKE_<LANG>_CREATE_SHARED_LIBRARY
----------------------------------

Rule variable to create a shared library.

This is a rule variable that tells CMake how to create a shared
library for the language ``<LANG>``.  This rule variable is a ``;`` delimited
list of commands to run to perform the linking step.