Skip to content

Commit

Permalink
mesonbuild/ogg: add libogg_dep
Browse files Browse the repository at this point in the history
Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
  • Loading branch information
Marty Plummer authored and jpakkane committed Jul 21, 2017
1 parent 42008f7 commit 58f216f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ framing_test = executable('framing', 'framing.c',

test('bitwise', bw_test)
test('framing', framing_test)

libogg_dep = declare_dependency(link_with : libogg,
include_directories : incdir)

0 comments on commit 58f216f

Please sign in to comment.