diff options
Diffstat (limited to 'src/buildtool/file_system/TARGETS')
-rw-r--r-- | src/buildtool/file_system/TARGETS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/file_system/TARGETS b/src/buildtool/file_system/TARGETS index 46e5195b..107be171 100644 --- a/src/buildtool/file_system/TARGETS +++ b/src/buildtool/file_system/TARGETS @@ -43,7 +43,7 @@ , "hdrs": ["git_tree.hpp"] , "srcs": ["git_tree.cpp"] , "deps": - [ "git_cas" + [ "git_repo" , "object_type" , ["src/buildtool/multithreading", "atomic_value"] , ["src/utils/cpp", "hex_string"] @@ -75,6 +75,7 @@ , ["src/buildtool/logging", "logging"] , ["", "libgit2"] , ["src/utils/cpp", "path"] + , ["src/utils/cpp", "hex_string"] ] , "stage": ["src", "buildtool", "file_system"] } |