fs/{StandardDirectory,CheckFile}: move to fs/glue/

Distangle library dependencies.
This commit is contained in:
Max Kellermann
2023-03-06 19:36:34 +01:00
parent c937a299f7
commit b5d224ce22
16 changed files with 39 additions and 26 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "Data.hxx"
#include "fs/AllocatedPath.hxx"
#include "fs/Traits.hxx"
#include "fs/StandardDirectory.hxx"
#include "fs/glue/StandardDirectory.hxx"
#include "lib/fmt/RuntimeError.hxx"
#include "util/StringSplit.hxx"
+2 -1
View File
@@ -15,12 +15,13 @@ config = static_library(
dependencies: [
log_dep,
fmt_dep,
fs_dep,
fs_glue_dep,
],
)
config_dep = declare_dependency(
link_with: config,
dependencies: [
fs_dep,
],
)