aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/vs_2022.md
blob: 0c3ff026f2c4b36464d3b81ff91ff76cb1b1d8e8 (plain)
1
2
3
4
5
6
7
8
9
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.