Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit bc87281

Browse files
committed
Added dep declaration. (#5)
1 parent 061de85 commit bc87281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ src = ['adler32.c', 'crc32.c', 'deflate.c', 'infback.c', 'inffast.c', 'inflate.c
77
zlib = library('z', src)
88

99
incdir = include_directories('.')
10+
11+
zlib_dep = declare_dependency(link_with : zlib,
12+
include_directories : incdir)

0 commit comments

Comments
 (0)