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

@@ -5,6 +5,7 @@ fs_glue = static_library(
include_directories: inc,
dependencies: [
fs_dep,
fs_io_dep,
fmt_dep,
log_dep,
util_dep,