mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Merge topic 'document-list'
f45d8b2f23 Help: improve details on `CMAKE_LANG_CREATE_SHARED_*`
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2899
This commit is contained in:
@@ -4,4 +4,5 @@ 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>``.
|
||||
library for the language ``<LANG>``. This rule variable is a ``;`` delimited
|
||||
list of commands to run to perform the linking step.
|
||||
|
||||
@@ -4,4 +4,5 @@ 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>``.
|
||||
library for the language ``<LANG>``. This rule variable is a ``;`` delimited
|
||||
list of commands to run.
|
||||
|
||||
Reference in New Issue
Block a user