diff options
Diffstat (limited to 'docs/markdown/Precompiled-headers.md')
-rw-r--r-- | docs/markdown/Precompiled-headers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Precompiled-headers.md b/docs/markdown/Precompiled-headers.md index 8b7f58e..e78dfe0 100644 --- a/docs/markdown/Precompiled-headers.md +++ b/docs/markdown/Precompiled-headers.md @@ -62,7 +62,7 @@ Let's say the source files of the binary use the system headers #include <string.h> ``` -And add this to meson: +And add this to Meson: ```meson executable('myexe', sources : sourcelist, c_pch : 'pch/myexe_pch.h') |