aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/vs_2022.md
diff options
context:
space:
mode:
authorCrend King <975235+CrendKing@users.noreply.github.com>2021-11-10 04:11:31 -0800
committerEli Schwartz <eschwartz93@gmail.com>2021-11-21 08:08:11 -0500
commit809792c2233ee0da4127d77f73c3bf715128d33c (patch)
tree30b94948ff00790e360c5128250b7536d3712ec4 /docs/markdown/snippets/vs_2022.md
parent59245101881ec5e24bc61ec35576ad376a769f40 (diff)
downloadmeson-809792c2233ee0da4127d77f73c3bf715128d33c.zip
meson-809792c2233ee0da4127d77f73c3bf715128d33c.tar.gz
meson-809792c2233ee0da4127d77f73c3bf715128d33c.tar.bz2
Support Visual Studio 2022 backend
Diffstat (limited to 'docs/markdown/snippets/vs_2022.md')
-rw-r--r--docs/markdown/snippets/vs_2022.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/markdown/snippets/vs_2022.md b/docs/markdown/snippets/vs_2022.md
new file mode 100644
index 0000000..0c3ff02
--- /dev/null
+++ b/docs/markdown/snippets/vs_2022.md
@@ -0,0 +1,10 @@
+## Visual Studio 2022 backend
+
+As Visual Studio 2022 is released recently, it's time to support the
+new version in Meson. This mainly includes the new "v143" platform tools.
+
+The usage is similar to other backends. For example
+```meson
+meson setup builddir --backend=vs2022
+```
+will configure "builddir" for projects compatible with Visual Studio 2022.