summaryrefslogtreecommitdiffstats
path: root/Help/command/add_definitions.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add _See Also_ sections to related CMake commandsAlex Turbov2022-11-091-3/+6
|
* Help: clarify add_definitions() and add_compile_definitions() behaviorMarc Chevrier2020-05-241-3/+3
| | | | Fixes: #20736
* Help: Improve description of modulesBartosz Kosiorek2019-04-231-1/+1
|
* 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.
* add_compile_definitions: add new commandMarc Chevrier2018-04-201-2/+10
| | | | | | | This command manages preprocessor definitions at directory level and supports generator expressions. Fixes: #15374
* Help: Reference add_compile_options from add_definitions (#15225)Brad King2014-10-291-4/+6
| | | | | | | | | When we explain in add_definitions documentation that it is intended only for preprocessor definitions, link to add_compile_options for adding other flags. Also explicitly mention that the order of add_definitions calls with respect to target creation does not matter. This differs from the behavior now explicitly stated in the documentation of add_compile_options.
* add_definitions: Don't document genex support.Stephen Kelly2014-03-031-4/+2
| | | | | | This command does not support generator expressions. The documentation was mistakenly extended to claim it in commit v3.0.0-rc1~60^2~3 (Help: Mark up the buildsystem commands documentation, 2014-02-03).
* Help: Mark up the buildsystem commands documentationStephen Kelly2014-02-061-8/+16
| | | | Cross-link to the cmake-buildsystem manual.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+19
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.