diff options
author | Sven Steinbauer <sven@unlogic.co.uk> | 2017-05-05 14:32:21 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-05 23:16:05 +0200 |
commit | 130d75bee543e212282e9cc8f29d967bae7375af (patch) | |
tree | 7ea3276b51187d7a30f4589281500e3522218ea6 /docs/markdown | |
parent | bae7861c1c4ac2616c6f3b7b615aba782547e05c (diff) | |
download | meson-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.md | 1 |
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: |