Merge branch 'v0.23.x'

This commit is contained in:
Max Kellermann
2025-01-28 19:33:19 +01:00
4 changed files with 7 additions and 4 deletions

View File

@@ -24,6 +24,7 @@ curl = static_library(
'Form.cxx',
include_directories: inc,
dependencies: [
event_dep,
log_dep,
curl_dep,
],

View File

@@ -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,
],
)