projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a371c
)
Add `libzck_dep` so other projects can use this as a subproject
author
Jonathan Dieter
<jdieter@gmail.com>
Sun, 9 Jan 2022 22:05:34 +0000
(22:05 +0000)
committer
Jonathan Dieter
<jdieter@gmail.com>
Sun, 9 Jan 2022 22:05:34 +0000
(22:05 +0000)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 59c44bf669ead7b07d54f54fb5571a55fa028e6a..6332233085ac2ee8808de60fc834cc8def295547 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-89,3
+89,5
@@
install_man([
'doc/zck_read_header.1',
'doc/zckdl.1',
])
+
+libzck_dep = declare_dependency(link_with: zcklib, include_directories: 'include')