diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-11-24 11:19:13 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2018-11-24 11:19:13 +0100 |
commit | ceb5e9f0420785799cbbc6167d224e89dcefb5ce (patch) | |
tree | cdc284c8bbb13cecf10d1afe61c3be7d22db27b9 /docs/markdown/snippets | |
parent | 1759fc8f459dc8d91675566c39b5dfee6fefe8dd (diff) | |
download | meson-ceb5e9f0420785799cbbc6167d224e89dcefb5ce.zip meson-ceb5e9f0420785799cbbc6167d224e89dcefb5ce.tar.gz meson-ceb5e9f0420785799cbbc6167d224e89dcefb5ce.tar.bz2 |
Updated docs [skip ci]
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/buildopts_section.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/markdown/snippets/buildopts_section.md b/docs/markdown/snippets/buildopts_section.md new file mode 100644 index 0000000..74cf8a1 --- /dev/null +++ b/docs/markdown/snippets/buildopts_section.md @@ -0,0 +1,14 @@ +## New `section` key for the buildoptions introspection + +Meson now has a new `section` key in each build option. This allows +IDEs to group these options similar to `meson configure`. + +The possible values for `section` are: + + - core + - backend + - base + - compiler + - directory + - user + - test |