diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-09-02 11:04:19 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2021-09-30 12:26:19 -0400 |
commit | d2fa6d50809e6a5955999152f43a461595c6bc4c (patch) | |
tree | fa5910692858d2b6c7371a8b0fbee87bd97e6f31 /docs/markdown/snippets | |
parent | e58b3adc7044980bbddca1ad9674ac7b0c5bac0a (diff) | |
download | meson-d2fa6d50809e6a5955999152f43a461595c6bc4c.zip meson-d2fa6d50809e6a5955999152f43a461595c6bc4c.tar.gz meson-d2fa6d50809e6a5955999152f43a461595c6bc4c.tar.bz2 |
Make custom_target() name argument optional
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/custom_target_name.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/custom_target_name.md b/docs/markdown/snippets/custom_target_name.md new file mode 100644 index 0000000..5ad136d --- /dev/null +++ b/docs/markdown/snippets/custom_target_name.md @@ -0,0 +1,4 @@ +## Optional `custom_target()` name + +The name argument is now optional and defaults to the basename of the first +output.
\ No newline at end of file |