diff options
author | Anton Kochkov <anton.kochkov@gmail.com> | 2019-03-12 13:36:33 +0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-04-16 00:11:02 +0300 |
commit | ad0ba6a911b9fcdca24379bb4f14b4b5a312a3d5 (patch) | |
tree | e45336ec8a1c1ed9415aae5223b2c9dce198c9d3 /docs/markdown | |
parent | b510bc12ac55ffd074b32136802f59f599e14b9e (diff) | |
download | meson-ad0ba6a911b9fcdca24379bb4f14b4b5a312a3d5.zip meson-ad0ba6a911b9fcdca24379bb4f14b4b5a312a3d5.tar.gz meson-ad0ba6a911b9fcdca24379bb4f14b4b5a312a3d5.tar.bz2 |
Add VS2019 backend CI and docs.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Configuring-a-build-directory.md | 2 | ||||
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Configuring-a-build-directory.md b/docs/markdown/Configuring-a-build-directory.md index 73585e2..b0fb574 100644 --- a/docs/markdown/Configuring-a-build-directory.md +++ b/docs/markdown/Configuring-a-build-directory.md @@ -24,7 +24,7 @@ sample output for a simple project. Option Current Value Possible Values Description ------ ------------- --------------- ----------- auto_features auto [enabled, disabled, auto] Override value of all 'auto' features - backend ninja [ninja, vs, vs2010, vs2015, vs2017, xcode] Backend to use + backend ninja [ninja, vs, vs2010, vs2015, vs2017, vs2019, xcode] Backend to use buildtype release [plain, debug, debugoptimized, release, minsize, custom] Build type to use debug false [true, false] Debug default_library shared [shared, static, both] Default library type diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 6fa2dd4..056612d 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1553,7 +1553,8 @@ the following methods. `MESON_SOURCE_ROOT` and `MESON_BUILD_ROOT` set. - `backend()` *(added 0.37.0)* returns a string representing the - current backend: `ninja`, `vs2010`, `vs2015`, `vs2017`, or `xcode`. + current backend: `ninja`, `vs2010`, `vs2015`, `vs2017`, `vs2019`, + or `xcode`. - `build_root()` returns a string with the absolute path to the build root directory. Note: this function will return the build root of |