aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksey Filippov <alekseyf@google.com>2018-03-01 15:21:03 +0000
committerAleksey Filippov <sarum9in+github@gmail.com>2018-03-01 15:30:15 +0000
commit5e6c47a4b2f7f96907d618ff6d33e5df6ebb6f20 (patch)
tree5f58d6f9fe1f68561369b77db0a73465b9f70ccb /docs
parent59e7ea169f3d875b2dfefc0d7a41a2ea9eca08f0 (diff)
downloadmeson-5e6c47a4b2f7f96907d618ff6d33e5df6ebb6f20.zip
meson-5e6c47a4b2f7f96907d618ff6d33e5df6ebb6f20.tar.gz
meson-5e6c47a4b2f7f96907d618ff6d33e5df6ebb6f20.tar.bz2
Add reference to implicit_include_directories from include_directories() [skip ci]
Closes #3153
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Reference-manual.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 4dc87c9..0d390b4 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -661,6 +661,10 @@ Note that this function call itself does not add the directories into
the search path, since there is no global search path. For something
like that, see [`add_project_arguments()`](#add_project_arguments).
+See also `implicit_include_directories` parameter of
+[executable()](#executable), which adds current source and build directories
+to include path.
+
Each directory given is converted to two include paths: one that is
relative to the source root and one relative to the build root.