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/snippets/find_library_static.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/find_library_static.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/find_library_static.md b/docs/markdown/snippets/find_library_static.md new file mode 100644 index 0000000..a1b7fa9 --- /dev/null +++ b/docs/markdown/snippets/find_library_static.md @@ -0,0 +1,6 @@ +## Add keyword `static` to `find_library` + +`find_library` has learned the `static` keyword. They keyword must be a boolean, +where `true` only searches for static libraries and `false` only searches for +dynamic/shared. Leaving the keyword unset will keep the old behavior of first +searching for dynamic and then falling back to static. -- cgit v1.1