summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/add_project_dependencies.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/add_project_dependencies.md')
-rw-r--r--docs/markdown/snippets/add_project_dependencies.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/markdown/snippets/add_project_dependencies.md b/docs/markdown/snippets/add_project_dependencies.md
deleted file mode 100644
index 193ea55a2..000000000
--- a/docs/markdown/snippets/add_project_dependencies.md
+++ /dev/null
@@ -1,11 +0,0 @@
-## `add_project_dependencies()` function
-
-Dependencies can now be added to all build products using
-`add_project_dependencies()`. This can be useful in several
-cases:
-
-* with special dependencies such as `dependency('threads')`
-* with system libraries such as `find_library('m')`
-* with the `include_directories` keyword argument of
-`declare_dependency()`, to add both source and build
-directories to the include search path