io/meson.build: move sources to libio_fs.a

Only that one has a dependency on libfs.a (for class AllocatedPath
etc.).
This commit is contained in:
Max Kellermann
2023-03-07 12:25:30 +01:00
parent d45994268f
commit dbfd0a833d
6 changed files with 27 additions and 8 deletions
+1
View File
@@ -17,6 +17,7 @@ config = static_library(
fmt_dep,
fs_dep,
fs_glue_dep,
io_fs_dep,
],
)