summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/custom-command-output-genex.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.20 release notesBrad King2021-02-101-11/+0
| | | | | Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.20.rst`.
* Ninja Multi-Config: Add support for cross-config custom commandsKyle Edwards2020-12-151-0/+5
| | | | Co-Author: Brad King <brad.king@kitware.com>
* add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTSBrad King2020-12-111-0/+6
Move rejection of `#`, `<`, and `>` characters in outputs and byproducts to a generate-time check. This removes the front-end check that disallowed generator expressions. The generators have already been updated to handle them. Fixes: #12877