diff options
| author | Simon Ser <contact@emersion.fr> | 2021-06-23 10:58:26 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-06-29 20:54:13 +0300 |
| commit | 1f3adc4dbe20196eb45b7c0cfe502ce108618ada (patch) | |
| tree | 60771f94cfca0c0761a95eafa584c83f478edeaa /docs/markdown/snippets | |
| parent | 4bfee181c5a166e3d429bd265e06d299dce50f30 (diff) | |
| download | meson-1f3adc4dbe20196eb45b7c0cfe502ce108618ada.tar.gz | |
Add feed arg to custom_target()
Diffstat (limited to 'docs/markdown/snippets')
| -rw-r--r-- | docs/markdown/snippets/custom-target-feed.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/custom-target-feed.md b/docs/markdown/snippets/custom-target-feed.md new file mode 100644 index 000000000..f96515289 --- /dev/null +++ b/docs/markdown/snippets/custom-target-feed.md @@ -0,0 +1,4 @@ +## The custom_target() function now accepts a feed argument + +It is now possible to provide a `feed: true` argument to `custom_target()` to +pipe the target's input file to the program's standard input. |
