Merge branch 'v0.23.x'
This commit is contained in:
@@ -24,6 +24,7 @@ curl = static_library(
|
||||
'Form.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
event_dep,
|
||||
log_dep,
|
||||
curl_dep,
|
||||
],
|
||||
|
@@ -22,6 +22,7 @@ nfs = static_library(
|
||||
'Blocking.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
event_dep,
|
||||
nfs_dep,
|
||||
log_dep,
|
||||
],
|
||||
@@ -30,6 +31,7 @@ nfs = static_library(
|
||||
nfs_dep = declare_dependency(
|
||||
link_with: nfs,
|
||||
dependencies: [
|
||||
event_dep,
|
||||
nfs_dep,
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user