aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/maintainers/vcpkg_configure_meson.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/maintainers/vcpkg_configure_meson.md b/docs/maintainers/vcpkg_configure_meson.md
index a0bfc8a99..ae8a07d87 100644
--- a/docs/maintainers/vcpkg_configure_meson.md
+++ b/docs/maintainers/vcpkg_configure_meson.md
@@ -8,6 +8,7 @@ Configure Meson for Debug and Release builds of a project.
```cmake
vcpkg_configure_meson(
SOURCE_PATH <${SOURCE_PATH}>
+ [NO_PKG_CONFIG]
[OPTIONS <-DUSE_THIS_IN_ALL_BUILDS=1>...]
[OPTIONS_RELEASE <-DOPTIMIZE=1>...]
[OPTIONS_DEBUG <-DDEBUGGABLE=1>...]
@@ -28,6 +29,9 @@ Additional options passed to Meson during the Release configuration. These are i
### OPTIONS_DEBUG
Additional options passed to Meson during the Debug configuration. These are in addition to `OPTIONS`.
+### NO_PKG_CONFIG
+Disable pkg-config setup
+
## Notes
This command supplies many common arguments to Meson. To see the full list, examine the source.