From 80ee0f85f97b145058e2ca93090501f33a980a23 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 24 Nov 2018 17:51:13 +0100 Subject: Added release snippet --- docs/markdown/snippets/introspect_target_new.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/markdown/snippets/introspect_target_new.md (limited to 'docs/markdown') 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. -- cgit v1.1