diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-11-29 16:19:01 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2019-01-06 12:19:29 +0100 |
commit | b11df88395a6543ab1ea9354050f0b885959854a (patch) | |
tree | e0ef413a7b68585a018947a905178cd29a37fe7c /docs/markdown/snippets | |
parent | b034f52656c19f378fc144abd9087e7526b1e27f (diff) | |
download | meson-b11df88395a6543ab1ea9354050f0b885959854a.zip meson-b11df88395a6543ab1ea9354050f0b885959854a.tar.gz meson-b11df88395a6543ab1ea9354050f0b885959854a.tar.bz2 |
Documentation and unit test update
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/introspect_target_new.md | 7 |
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. |