aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/vs_2022.md
diff options
context:
space:
mode:
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.