Skip to content

Commit

Permalink
Add declare_dependency. (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpakkane committed May 17, 2016
1 parent 7c8fbfc commit c13211a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/liblzma/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ liblzma = library('lzma', lzma_sources,
include_directories : [confinc, lzmainc],
c_args : ['-DHAVE_CONFIG_H', '-DTUKLIB_SYMBOL_PREFIX=lzma_'],
)

lzma_dep = declare_dependency(link_with : liblzma,
include_directories : include_directories('api'))

0 comments on commit c13211a

Please sign in to comment.