summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_LANG_CREATE_SHARED_MODULE.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: improve details on `CMAKE_LANG_CREATE_SHARED_*`Saleem Abdulrasool2019-01-311-1/+2
| | | | | Add a note that the `CMAKE_<LANG>_CREATE_SHARED_*` rule variables are semicolon delimited lists that can run multiple commands.
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-1/+1
| | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+7
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.