Add boost_dep in subdir meson.build files

This commit is contained in:
Jacob Vosmaer
2018-12-09 17:20:47 +01:00
parent 5cb603983e
commit 66f5b0fed7
4 changed files with 12 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ input_api = static_library(
'AsyncInputStream.cxx',
'ProxyInputStream.cxx',
include_directories: inc,
dependencies: [
boost_dep,
],
)
input_api_dep = declare_dependency(