summaryrefslogtreecommitdiffstats
path: root/Help/command/set_target_properties.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-2/+2
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Reference set_property from set_target_propertiesBrad King2018-03-191-0/+2
|
* Help: Clarify that set_target_properties supports multiple targetsBrad King2018-03-191-2/+2
| | | | Reported-by: Alan W. Irwin <irwin@beluga.phys.uvic.ca>
* Help: Link to cmake-properties.7 manual from set_target_properties docsBrad King2015-07-141-94/+3
| | | | | | Drop the partial documentation of properties from the command documentation and reference the main properties manual instead. Otherwise readers may not realize there are many more properties.
* Help: Improve formatting of command documentationMichael Scott2015-06-081-70/+75
| | | | | Use inline reStructuredText markup and add cross-references in more places.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+104
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.