From dd2c44cdf6f8ed8a969d0666cafb08aaf78a919d Mon Sep 17 00:00:00 2001 From: Niklas Claesson Date: Mon, 11 Mar 2019 19:56:52 +0100 Subject: Add static as keyword to find_library --- docs/markdown/Reference-manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/markdown/Reference-manual.md') diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index f2b0416..7668fa0 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -1724,7 +1724,9 @@ the following methods: instead of a not-found dependency. *Since 0.50.0* the `has_headers` keyword argument can be a list of header files that must be found as well, using `has_header()` method. All keyword arguments prefixed with `header_` will be - passed down to `has_header()` method with the prefix removed. + passed down to `has_header()` method with the prefix removed. *Since 0.51.0* + the `static` keyword (boolean) can be set to `true` to limit the search to + static libraries and `false` for dynamic/shared. - `first_supported_argument(list_of_strings)`, given a list of strings, returns the first argument that passes the `has_argument` -- cgit v1.1