Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | codespell: Fix typos | Brad King | 2023-05-22 | 1 | -1/+1 |
| | |||||
* | Help: Move a note about arguments and genexes into include file | Alex Turbov | 2022-11-09 | 1 | -4/+2 |
| | |||||
* | Help: Add _See Also_ sections to related CMake commands | Alex Turbov | 2022-11-09 | 1 | -0/+5 |
| | |||||
* | Help: Apply syntax highlighting to project commands | Joachim Wuttke (o) | 2018-10-25 | 1 | -1/+1 |
| | | | | | | * Replace most "::" by ".. code-block:: cmake" * Header sentence in imperative voice, detailed command description in present tense. | ||||
* | Help: Document alternative to include_directories | David Demelier | 2018-08-23 | 1 | -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 documentation | Stephen Kelly | 2014-02-06 | 1 | -14/+19 |
| | | | | Cross-link to the cmake-buildsystem manual. | ||||
* | Add missing documentation for include dirs related variables. (#12611) | Stephen Kelly | 2013-11-02 | 1 | -1/+1 |
| | | | | | Document CMAKE_INCLUDE_DIRECTORIES_BEFORE and CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE. | ||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+30 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |