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/TARGETS9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/other_tools/git_operations/TARGETS b/src/other_tools/git_operations/TARGETS
index f4e8611f..7605c94e 100644
--- a/src/other_tools/git_operations/TARGETS
+++ b/src/other_tools/git_operations/TARGETS
@@ -18,7 +18,6 @@
[ "git_repo_remote"
, ["@", "fmt", "", "fmt"]
, ["src/buildtool/file_system", "file_system_manager"]
- , ["src/buildtool/logging", "logging"]
]
}
, "git_repo_remote":
@@ -27,7 +26,9 @@
, "hdrs": ["git_repo_remote.hpp"]
, "srcs": ["git_repo_remote.cpp"]
, "deps":
- [ ["src/buildtool/file_system", "git_repo"]
+ [ ["src/buildtool/file_system", "git_cas"]
+ , ["src/buildtool/file_system", "git_repo"]
+ , ["src/buildtool/file_system", "git_utils"]
, ["src/buildtool/storage", "config"]
]
, "stage": ["src", "other_tools", "git_operations"]
@@ -36,10 +37,11 @@
, ["@", "fmt", "", "fmt"]
, ["@", "json", "", "json"]
, ["", "libgit2"]
- , ["src/buildtool/file_system", "git_utils"]
+ , ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
, ["src/buildtool/system", "system_command"]
+ , ["src/utils/cpp", "tmp_dir"]
]
}
, "git_config_settings":
@@ -50,6 +52,7 @@
, "stage": ["src", "other_tools", "git_operations"]
, "private-deps":
[ ["@", "fmt", "", "fmt"]
+ , ["@", "gsl", "", "gsl"]
, ["", "libgit2"]
, ["src/other_tools/utils", "curl_url_handle"]
]