summaryrefslogtreecommitdiffstats
path: root/Help/command/add_subdirectory.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify and update SYSTEM-related docsCraig Scott2022-12-171-11/+9
|
* Help: Add version information for SYSTEM option of add_subdirectoryMarc Chevrier2022-12-161-6/+7
|
* Help: Clarify SYSTEM property default for imported targetsBrad King2022-12-061-3/+3
| | | | | | The `SYSTEM` directory property does not affect imported targets. Fixes: #24219
* add_subdirectory: Add SYSTEM optionDa Quexian2022-09-261-1/+8
| | | | | Fixes: #22401 Signed-off-by: Da Quexian <daquexian566@gmail.com>
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-4/+3
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Fix trivial typos in textluzpaz2017-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some are user facing. Found using codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt` whereby the whitelist contained: ans dum helpfull emmited emmitted buil iff isnt nto ot pathes substract te todays upto whitespaces
* Help: Improve formatting of command documentationMichael Scott2015-06-081-7/+7
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+36
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.