aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-10-13 16:47:23 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-10-13 23:51:25 +0300
commite36f713a7f5cc10d3f8adc7ae1c73ef6cce51082 (patch)
tree8b0c072a8ba46fa629bb99dfd460282953076f56 /docs/markdown/snippets
parente00df9046defea68ca449635d9ce3e849bc70807 (diff)
downloadmeson-e36f713a7f5cc10d3f8adc7ae1c73ef6cce51082.zip
meson-e36f713a7f5cc10d3f8adc7ae1c73ef6cce51082.tar.gz
meson-e36f713a7f5cc10d3f8adc7ae1c73ef6cce51082.tar.bz2
include_type: Add CMake subporject dependency method (fixes #6879)
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/cmake_include_type.md5
1 files changed, 5 insertions, 0 deletions
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.