diff options
| author | Enrico Zini <enrico@enricozini.org> | 2024-07-18 15:47:57 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-07-18 21:03:08 +0300 |
| commit | 2548f921a29babe665593e5dcf401eb27aedd174 (patch) | |
| tree | 09cf17575183ba4a391643dcd590aefff0272f1e | |
| parent | 864919973f73ec2c6ae6ca01be7fe5e8b950df12 (diff) | |
| download | meson-2548f921a29babe665593e5dcf401eb27aedd174.tar.gz | |
Link include_directories to implicit_include_directories
| -rw-r--r-- | docs/markdown/Include-directories.md | 4 |
1 files changed, 3 insertions, 1 deletions
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. |
