From 673ca982f150200e27db7654ae38684b97f43b27 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sat, 1 Feb 2020 18:02:19 +0100 Subject: cmake: Add find_package COMPONETS support --- docs/markdown/snippets/cmake_comps.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/cmake_comps.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/cmake_comps.md b/docs/markdown/snippets/cmake_comps.md new file mode 100644 index 0000000..83b8f2c --- /dev/null +++ b/docs/markdown/snippets/cmake_comps.md @@ -0,0 +1,4 @@ +## CMake find_package COMPONENTS support + +It is now possible to pass components to the CMake dependency backend via the +new `components` kwarg in the `dependency` function. -- cgit v1.1