Add reference to implicit_include_directories from include_directories() [skip ci]

Closes #3153
This commit is contained in:
Aleksey Filippov 2018-03-01 15:21:03 +00:00 committed by Aleksey Filippov
parent 59e7ea169f
commit 5e6c47a4b2
1 changed files with 4 additions and 0 deletions

View File

@ -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 the search path, since there is no global search path. For something
like that, see [`add_project_arguments()`](#add_project_arguments). 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 Each directory given is converted to two include paths: one that is
relative to the source root and one relative to the build root. relative to the source root and one relative to the build root.