The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
353 B
10 lines
353 B
## 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.
|
|
|