diff options
author | Crend King <975235+CrendKing@users.noreply.github.com> | 2021-11-10 04:11:31 -0800 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-11-21 08:08:11 -0500 |
commit | 809792c2233ee0da4127d77f73c3bf715128d33c (patch) | |
tree | 30b94948ff00790e360c5128250b7536d3712ec4 /docs/markdown/Builtin-options.md | |
parent | 59245101881ec5e24bc61ec35576ad376a769f40 (diff) | |
download | meson-809792c2233ee0da4127d77f73c3bf715128d33c.zip meson-809792c2233ee0da4127d77f73c3bf715128d33c.tar.gz meson-809792c2233ee0da4127d77f73c3bf715128d33c.tar.bz2 |
Support Visual Studio 2022 backend
Diffstat (limited to 'docs/markdown/Builtin-options.md')
-rw-r--r-- | docs/markdown/Builtin-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index aa2ed70..613b8b8 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -70,7 +70,7 @@ machine](#specifying-options-per-machine) section for details. | Option | Default value | Description | Is per machine | Is per subproject | | ------ | ------------- | ----------- | -------------- | ----------------- | | auto_features {enabled, disabled, auto} | auto | Override value of all 'auto' features | no | no | -| backend {ninja, vs,<br>vs2010, vs2012, vs2013, vs2015, vs2017, vs2019, xcode} | ninja | Backend to use | no | no | +| backend {ninja, vs,<br>vs2010, vs2012, vs2013, vs2015, vs2017, vs2019, vs2022, xcode} | ninja | Backend to use | no | no | | buildtype {plain, debug,<br>debugoptimized, release, minsize, custom} | debug | Build type to use | no | no | | debug | true | Debug | no | no | | default_library {shared, static, both} | shared | Default library type | no | yes | |