summaryrefslogtreecommitdiffstats
path: root/Help/command/add_compile_definitions.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: clarify add_definitions() and add_compile_definitions() behaviorMarc Chevrier2020-05-241-4/+6
| | | | Fixes: #20736
* 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: fix add_compile_definitions() documentationMarc Chevrier2018-07-051-3/+3
| | | | Fixes: #18147
* add_compile_definitions: add new commandMarc Chevrier2018-04-201-0/+23
This command manages preprocessor definitions at directory level and supports generator expressions. Fixes: #15374