aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2018-11-24 17:51:13 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2019-01-06 12:15:09 +0100
commit80ee0f85f97b145058e2ca93090501f33a980a23 (patch)
tree62592a46d7a3036bfc2b3a20f0a52b98d1077636 /docs
parent0a125948478095bd762a7669a453fc9d6d4477c7 (diff)
downloadmeson-80ee0f85f97b145058e2ca93090501f33a980a23.zip
meson-80ee0f85f97b145058e2ca93090501f33a980a23.tar.gz
meson-80ee0f85f97b145058e2ca93090501f33a980a23.tar.bz2
Added release snippet
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/introspect_target_new.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/introspect_target_new.md b/docs/markdown/snippets/introspect_target_new.md
new file mode 100644
index 0000000..cf0fd6a
--- /dev/null
+++ b/docs/markdown/snippets/introspect_target_new.md
@@ -0,0 +1,7 @@
+## New `include_directories` and `extra_args` keys for the target introspection
+
+Meson now also prints the include directories and extra compiler arguments for
+the target introspection (`meson introspect --targets`).
+
+The `include_directories` key stores a list of absolute paths and the `extra_args`
+key holds a dict of compiler arguments for each language.