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.

Previous topic

CMAKE_<LANG>_COMPILE_OBJECT

Next topic

CMAKE_<LANG>_CREATE_SHARED_MODULE

This Page