aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-02-01 18:02:19 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2020-03-19 22:52:03 +0200
commit673ca982f150200e27db7654ae38684b97f43b27 (patch)
tree016eaf2af5774d02e8d938481b25dd3627db537e /docs/markdown/Reference-manual.md
parent02e7316d31709db48cbdcafcc7eac2ad94a1b487 (diff)
downloadmeson-673ca982f150200e27db7654ae38684b97f43b27.zip
meson-673ca982f150200e27db7654ae38684b97f43b27.tar.gz
meson-673ca982f150200e27db7654ae38684b97f43b27.tar.bz2
cmake: Add find_package COMPONETS support
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index ea02cd4..dd5893c 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -493,7 +493,8 @@ arguments:
- other
[library-specific](Dependencies.md#dependencies-with-custom-lookup-functionality)
keywords may also be accepted (e.g. `modules` specifies submodules to use for
-dependencies such as Qt5 or Boost. )
+dependencies such as Qt5 or Boost. `components` allows the user to manually
+add CMake `COMPONENTS` for the `find_package` lookup)
- `disabler` if `true` and the dependency couldn't be found, return a
[disabler object](#disabler-object) instead of a not-found dependency.
*Since 0.49.0*