summaryrefslogtreecommitdiff
path: root/src/buildtool/file_system/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/file_system/TARGETS')
-rw-r--r--src/buildtool/file_system/TARGETS10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/buildtool/file_system/TARGETS b/src/buildtool/file_system/TARGETS
index bb1d3503..c453ec82 100644
--- a/src/buildtool/file_system/TARGETS
+++ b/src/buildtool/file_system/TARGETS
@@ -5,6 +5,16 @@
, "deps": [["@", "gsl-lite", "", "gsl-lite"]]
, "stage": ["src", "buildtool", "file_system"]
}
+, "file_storage":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["file_storage"]
+ , "hdrs": ["file_storage.hpp"]
+ , "deps":
+ [ ["src/buildtool/execution_api/common", "common"]
+ , ["src/buildtool/file_system", "file_system_manager"]
+ ]
+ , "stage": ["src", "buildtool", "file_system"]
+ }
, "file_system_manager":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["file_system_manager"]