aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDaniel Schulte <trilader@users.noreply.github.com>2019-03-01 21:29:52 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2019-03-01 22:29:52 +0200
commit924cf5e6220836be7ba9b53082948315497fce30 (patch)
treec4b40a71576e84757b24278b46af63885f068ab0 /docs/markdown/snippets
parentded0defc3fa12d11d722dba78f9dba66256a3b16 (diff)
downloadmeson-924cf5e6220836be7ba9b53082948315497fce30.zip
meson-924cf5e6220836be7ba9b53082948315497fce30.tar.gz
meson-924cf5e6220836be7ba9b53082948315497fce30.tar.bz2
mintro: Add name of subproject the target is contained in to --target output
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/introspect_multiple.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect_multiple.md b/docs/markdown/snippets/introspect_multiple.md
index 15f0e29..7953415 100644
--- a/docs/markdown/snippets/introspect_multiple.md
+++ b/docs/markdown/snippets/introspect_multiple.md
@@ -20,4 +20,5 @@ Additionlly the format of `meson introspect target` was changed:
- New: the `sources` key. It stores the source files of a target and their compiler parameters.
- New: the `defined_in` key. It stores the meson file where a target is defined
+ - New: the `subproject` key. It stores the name of the subproject where a target is defined.
- Added new target types (`jar`, `shared module`).