From 942f145de9744b2ffce0c01e153b18a6ea471b9d Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Tue, 24 Sep 2019 23:12:01 +0200 Subject: added docs --- docs/markdown/snippets/is_system.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/markdown/snippets/is_system.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/is_system.md b/docs/markdown/snippets/is_system.md new file mode 100644 index 0000000..cb1da0a --- /dev/null +++ b/docs/markdown/snippets/is_system.md @@ -0,0 +1,9 @@ +## Added `is_system` kwarg to `dependency` + +Similar to `include_directories()`, the `dependency()` function now +also has a `is_system` kwarg. If it is enabled, all include directories +of the dependency are marked as system dependencies. + +Additionally, it is also possible to check and change the `is_system` +state of an existing dependency object with the new `is_system()` and +`as_system()` methods. -- cgit v1.1