diff options
author | Wolfgang Stöggl <c72578@yahoo.de> | 2019-11-06 04:02:40 +0100 |
---|---|---|
committer | Michael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com> | 2019-11-06 10:53:43 -0500 |
commit | 32f64aa2cb6eb09ad858275d22fc52439c4f860d (patch) | |
tree | 70e07f5a98a7526438762705ed92134f66024633 | |
parent | f037e7ef4538b37625c0893d32cad36e72648c8a (diff) | |
download | meson-32f64aa2cb6eb09ad858275d22fc52439c4f860d.zip meson-32f64aa2cb6eb09ad858275d22fc52439c4f860d.tar.gz meson-32f64aa2cb6eb09ad858275d22fc52439c4f860d.tar.bz2 |
docs: Add backend vs2019 to table in Builtin-options.md [skip ci]
-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 61857c9..f406067 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -69,7 +69,7 @@ Using the option as-is with no prefix affects all machines. For example: | Option | Default value | Description | Is per machine | | ------ | ------------- | ----------- | -------------- | | auto_features {enabled, disabled, auto} | auto | Override value of all 'auto' features | no | -| backend {ninja, vs,<br>vs2010, vs2015, vs2017, xcode} | ninja | Backend to use | no | +| backend {ninja, vs,<br>vs2010, vs2015, vs2017, vs2019, xcode} | ninja | Backend to use | no | | buildtype {plain, debug,<br>debugoptimized, release, minsize, custom} | debug | Build type to use | no | | debug | true | Debug | no | | default_library {shared, static, both} | shared | Default library type | no | |