Add reference to implicit_include_directories from include_directories() [skip ci]
Closes #3153
This commit is contained in:
parent
59e7ea169f
commit
5e6c47a4b2
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue