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/TARGETS13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/buildtool/file_system/TARGETS b/src/buildtool/file_system/TARGETS
index d08d8451..5320482d 100644
--- a/src/buildtool/file_system/TARGETS
+++ b/src/buildtool/file_system/TARGETS
@@ -217,4 +217,17 @@
, "private-deps": [["@", "fmt", "", "fmt"]]
, "stage": ["src", "buildtool", "file_system"]
}
+, "git_tree_utils":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["git_tree_utils"]
+ , "hdrs": ["git_tree_utils.hpp"]
+ , "srcs": ["git_tree_utils.cpp"]
+ , "deps": ["git_cas", "git_tree", ["src/buildtool/storage", "config"]]
+ , "private-deps":
+ [ "file_system_manager"
+ , "object_type"
+ , ["src/buildtool/storage", "fs_utils"]
+ ]
+ , "stage": ["src", "buildtool", "file_system"]
+ }
}