summaryrefslogtreecommitdiff
path: root/src/other_tools/git_operations/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/git_operations/TARGETS')
-rw-r--r--src/other_tools/git_operations/TARGETS6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/other_tools/git_operations/TARGETS b/src/other_tools/git_operations/TARGETS
index 9d14f4bc..9a6aed5e 100644
--- a/src/other_tools/git_operations/TARGETS
+++ b/src/other_tools/git_operations/TARGETS
@@ -26,13 +26,15 @@
, "name": ["git_repo_remote"]
, "hdrs": ["git_repo_remote.hpp"]
, "srcs": ["git_repo_remote.cpp"]
- , "deps": [["src/buildtool/file_system", "git_repo"]]
+ , "deps":
+ [ ["src/buildtool/file_system", "git_repo"]
+ , ["src/buildtool/storage", "config"]
+ ]
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
[ ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/file_system", "git_utils"]
- , ["src/buildtool/storage", "config"]
, ["@", "fmt", "", "fmt"]
, ["", "libgit2"]
, ["@", "json", "", "json"]