summaryrefslogtreecommitdiffstats
path: root/Help/command/include_directories.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Apply syntax highlighting to project commandsJoachim Wuttke (o)2018-10-251-1/+1
| | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense.
* Help: Document alternative to include_directoriesDavid Demelier2018-08-231-0/+6
| | | | | | Many existing tutorials suggest `include_directories` but that does not handle propagation to dependencies and such. Add a link to its documentation suggesting `target_include_directories` instead.
* Help: Mark up the buildsystem commands documentationStephen Kelly2014-02-061-14/+19
| | | | Cross-link to the cmake-buildsystem manual.
* Add missing documentation for include dirs related variables. (#12611)Stephen Kelly2013-11-021-1/+1
| | | | | Document CMAKE_INCLUDE_DIRECTORIES_BEFORE and CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+30
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.