Skip to content

Commit

Permalink
Added dep declaration. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed May 17, 2016
1 parent 061de85 commit bc87281
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ src = ['adler32.c', 'crc32.c', 'deflate.c', 'infback.c', 'inffast.c', 'inflate.c
zlib = library('z', src)

incdir = include_directories('.')

zlib_dep = declare_dependency(link_with : zlib,
include_directories : incdir)

0 comments on commit bc87281

Please sign in to comment.