summaryrefslogtreecommitdiffstats
path: root/Help/command/target_compile_options.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Fix xref typos in target_compile_options docsBrad King2015-03-311-2/+2
| | | | Fix links to the COMPILE_OPTIONS directory and target properties.
* Help: Fix broken cross-references reported by 'nitpicky' optionBrad King2014-11-071-2/+2
| | | | | Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references.
* Help: Mark up the buildsystem commands documentationStephen Kelly2014-02-061-15/+25
| | | | Cross-link to the cmake-buildsystem manual.
* Help: Use ``inline-literals`` to mark generator expressions.Stephen Kelly2014-02-061-1/+1
|
* Docs: Fix typoStephen Kelly2013-10-231-1/+1
| | | | opitions -> options.
* Help: Factor out cmake-generator-expressions manual pageBrad King2013-10-161-74/+3
| | | | | | | | | 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/+98
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.