From: Jonathan Dieter Date: Sun, 9 Jan 2022 22:05:34 +0000 (+0000) Subject: Add `libzck_dep` so other projects can use this as a subproject X-Git-Tag: archive/raspbian/1.2.1+ds1-1+rpi1^2~7^2~1^2~5^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f0f11a2fd3c7bc9473785d680dc893cf4c5cf8c2;p=zchunk.git Add `libzck_dep` so other projects can use this as a subproject Signed-off-by: Jonathan Dieter --- diff --git a/meson.build b/meson.build index 59c44bf..6332233 100644 --- 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')