summaryrefslogtreecommitdiffstats
path: root/Help/command/add_compile_options.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Clarify add_compile_options documentation (#15225)Brad King2014-10-291-7/+8
| | | | | | | Explain that it affects only targets added after the call. Fix the link to the COMPILE_OPTIONS directory propert documentation. Update the latter to explain that it is used to initialize the corresponding target property when a target is created.
* Help: Fix whitespace in doc link.Stephen Kelly2014-05-201-1/+1
|
* Help: Mark up the buildsystem commands documentationStephen Kelly2014-02-061-6/+11
| | | | Cross-link to the cmake-buildsystem manual.
* Help: Use ``inline-literals`` to mark generator expressions.Stephen Kelly2014-02-061-1/+1
|
* Help: Factor out cmake-generator-expressions manual pageBrad King2013-10-161-74/+2
| | | | | | | | | Generator expressions are supported in many places and are a distinct concept worthy of their own manual page. The old builtin documentation was previously represented by preprocessor macros to generate it into each place that supports them. Factor out the duplicate content into a dedicated cmake-generator-expressions manual page and reference it from each original location.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+89
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.