From 2548f921a29babe665593e5dcf401eb27aedd174 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Thu, 18 Jul 2024 15:47:57 +0200 Subject: [PATCH] Link include_directories to implicit_include_directories --- docs/markdown/Include-directories.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/markdown/Include-directories.md b/docs/markdown/Include-directories.md index 6dfed5e48..f9850ac91 100644 --- a/docs/markdown/Include-directories.md +++ b/docs/markdown/Include-directories.md @@ -27,4 +27,6 @@ proper compiler flags to make it all work. Another thing to note is that `include_directories` adds both the source directory and corresponding build directory to include path, so -you don't have to care. +you don't have to care. If it turns out you don't want it after all, this can +be disabled with the `implicit_include_directories` argument to the [build +function](Reference-manual_functions.md) you use.