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

View File

@@ -149,7 +149,7 @@ executable(
include_directories: inc,
dependencies: [
fs_dep,
io_dep,
io_fs_dep,
],
)
@@ -180,6 +180,7 @@ if zlib_dep.found()
include_directories: inc,
dependencies: [
fs_dep,
io_fs_dep,
zlib_dep,
],
)