mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
f45d8b2f23
Add a note that the `CMAKE_<LANG>_CREATE_SHARED_*` rule variables are semicolon delimited lists that can run multiple commands.
9 lines
278 B
ReStructuredText
9 lines
278 B
ReStructuredText
CMAKE_<LANG>_CREATE_SHARED_MODULE
|
|
---------------------------------
|
|
|
|
Rule variable to create a shared module.
|
|
|
|
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.
|