Add boost_dep in subdir meson.build files
This commit is contained in:
parent
5cb603983e
commit
66f5b0fed7
@ -45,6 +45,9 @@ db_glue = static_library(
|
||||
'db_glue',
|
||||
db_glue_sources,
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
boost_dep,
|
||||
],
|
||||
)
|
||||
|
||||
db_glue_dep = declare_dependency(
|
||||
|
@ -16,6 +16,9 @@ event = static_library(
|
||||
'Thread.cxx',
|
||||
'Loop.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
boost_dep,
|
||||
],
|
||||
)
|
||||
|
||||
event_dep = declare_dependency(
|
||||
|
@ -7,6 +7,9 @@ input_api = static_library(
|
||||
'AsyncInputStream.cxx',
|
||||
'ProxyInputStream.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
boost_dep,
|
||||
],
|
||||
)
|
||||
|
||||
input_api_dep = declare_dependency(
|
||||
|
@ -18,6 +18,9 @@ storage_glue = static_library(
|
||||
'Configured.cxx',
|
||||
'StorageState.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
boost_dep,
|
||||
],
|
||||
)
|
||||
|
||||
storage_glue_dep = declare_dependency(
|
||||
|
Loading…
Reference in New Issue
Block a user