From e36f713a7f5cc10d3f8adc7ae1c73ef6cce51082 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Tue, 13 Oct 2020 16:47:23 +0200 Subject: include_type: Add CMake subporject dependency method (fixes #6879) --- docs/markdown/snippets/cmake_include_type.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/cmake_include_type.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/cmake_include_type.md b/docs/markdown/snippets/cmake_include_type.md new file mode 100644 index 0000000..f8637c0 --- /dev/null +++ b/docs/markdown/snippets/cmake_include_type.md @@ -0,0 +1,5 @@ +## `include_type` support for the CMake subproject object dependency method + +The `dependency()` method of the CMake subproject object now also supports the +`include_type` kwarg which is similar to the sane kwarg in the `dependency()` +function. -- cgit v1.1