aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/introspect_target_new.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/markdown/snippets/introspect_target_new.md b/docs/markdown/snippets/introspect_target_new.md
deleted file mode 100644
index cf0fd6a..0000000
--- a/docs/markdown/snippets/introspect_target_new.md
+++ /dev/null
@@ -1,7 +0,0 @@
-## 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.