aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorSven Steinbauer <sven@unlogic.co.uk>2017-05-05 14:32:21 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-05 23:16:05 +0200
commit130d75bee543e212282e9cc8f29d967bae7375af (patch)
tree7ea3276b51187d7a30f4589281500e3522218ea6 /docs/markdown
parentbae7861c1c4ac2616c6f3b7b615aba782547e05c (diff)
downloadmeson-130d75bee543e212282e9cc8f29d967bae7375af.zip
meson-130d75bee543e212282e9cc8f29d967bae7375af.tar.gz
meson-130d75bee543e212282e9cc8f29d967bae7375af.tar.bz2
Fix missing backticks
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Wrap-dependency-system-manual.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Wrap-dependency-system-manual.md b/docs/markdown/Wrap-dependency-system-manual.md
index fe5a566..fc41b61 100644
--- a/docs/markdown/Wrap-dependency-system-manual.md
+++ b/docs/markdown/Wrap-dependency-system-manual.md
@@ -69,6 +69,7 @@ To use a subproject simply do this in your top level `meson.build`.
```meson
foobar_sp = subproject('foobar')
+```
Usually dependencies consist of some header files plus a library to link against. To do this you would declare this internal dependency like this: