Fix missing backticks

pull/1624/head
Sven Steinbauer 8 years ago committed by Jussi Pakkanen
parent bae7861c1c
commit 130d75bee5
  1. 1
      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:

Loading…
Cancel
Save