summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-commands.7.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add target_compile_features command.Stephen Kelly2014-04-071-0/+1
| | | | | | | | | | | This can be used to set the compiler features required by particular targets. An error is issued at CMake time if the compiler does not support the required feature. If a language dialect flag is required by the features used, that will be added automatically. Base the target_compile_features command on cmTargetPropCommandBase. This gives us 'free' handling of IMPORTED, ALIAS, INTERFACE, non-compilable and missing targets.
* target_sources: New command to add sources to target.Stephen Kelly2014-04-021-0/+1
|
* Help: Limit reference manual toctree depth to 1Brad King2013-11-011-0/+6
| | | | | | Add a :maxdepth: option to all toctree directives to limit their depth to 1. We do not want subheadings from individual documents to pollute the already large lists of CMake Domain objects.
* Help: Glob manual/*.rst in Sphinx configurationBrad King2013-10-301-0/+2
| | | | | | | Add the man page description line as explicit markup at the top of each Help/manual/*.rst file and scan it from conf.py to automatically generate the man_pages Sphinx configuration value. This reduces the number of places that need to be changed when a new manual is added.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+141
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.