diff options
Diffstat (limited to 'src/other_tools/git_operations/TARGETS')
-rw-r--r-- | src/other_tools/git_operations/TARGETS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/other_tools/git_operations/TARGETS b/src/other_tools/git_operations/TARGETS index c016d1dd..ac41c117 100644 --- a/src/other_tools/git_operations/TARGETS +++ b/src/other_tools/git_operations/TARGETS @@ -6,4 +6,18 @@ [["src/buildtool/file_system", "git_cas"], ["src/utils/cpp", "path"]] , "stage": ["src", "other_tools", "git_operations"] } +, "git_operations": + { "type": ["@", "rules", "CC", "library"] + , "name": ["git_operations"] + , "hdrs": ["git_operations.hpp"] + , "srcs": ["git_operations.cpp"] + , "deps": + [["src/buildtool/multithreading", "async_map_consumer"], "git_ops_types"] + , "stage": ["src", "other_tools", "git_operations"] + , "private-deps": + [ ["src/buildtool/file_system", "file_system_manager"] + , ["src/buildtool/file_system", "git_repo"] + , ["src/buildtool/logging", "logging"] + ] + } } |