fs/io: move to separate library

To eliminate the libio.a dependency.
This commit is contained in:
Max Kellermann
2023-03-06 19:30:31 +01:00
parent e4cdf29951
commit 2c66d90626
5 changed files with 21 additions and 3 deletions

View File

@@ -177,6 +177,7 @@ if zlib_dep.found()
include_directories: inc,
dependencies: [
fs_dep,
zlib_dep,
],
)
endif