io/meson.build: move libfmt dependency to libio.a
This commit is contained in:
@@ -15,6 +15,7 @@ io = static_library(
|
|||||||
io_dep = declare_dependency(
|
io_dep = declare_dependency(
|
||||||
link_with: io,
|
link_with: io,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
fmt_dep,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -33,8 +34,6 @@ io_fs = static_library(
|
|||||||
io_fs_dep = declare_dependency(
|
io_fs_dep = declare_dependency(
|
||||||
link_with: io_fs,
|
link_with: io_fs,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
fmt_dep,
|
|
||||||
io_dep,
|
|
||||||
fs_dep,
|
fs_dep,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user