diff options
author | Danilo Spinella <danyspin97@protonmail.com> | 2019-12-05 11:51:53 +0100 |
---|---|---|
committer | Michael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com> | 2019-12-05 07:28:05 -0500 |
commit | 75133d5d12b0236163b394cc117497434482854f (patch) | |
tree | 2577eebc4cb28ba51ea9d0a84c4717371a9c64fb | |
parent | e4a0ee205d23a3d3af9dab9685ec330a41e553d5 (diff) | |
download | meson-75133d5d12b0236163b394cc117497434482854f.zip meson-75133d5d12b0236163b394cc117497434482854f.tar.gz meson-75133d5d12b0236163b394cc117497434482854f.tar.bz2 |
Add pkgconfig import in D documentation
-rw-r--r-- | docs/markdown/D.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/D.md b/docs/markdown/D.md index ed8986b..39aebc8 100644 --- a/docs/markdown/D.md +++ b/docs/markdown/D.md @@ -74,6 +74,8 @@ my_lib = library('mylib', soversion: project_soversion, d_module_versions: ['FeatureA', 'featureB'] ) + +pkgc = import('pkgconfig') pkgc.generate(name: 'mylib', libraries: my_lib, subdirs: 'd/mylib', |