summaryrefslogtreecommitdiff
path: root/src/buildtool/tree_structure/TARGETS
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-12-11 15:30:43 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-12-19 16:37:59 +0100
commit6b76cc424d622dae484a218f3bf8bfc7851a97fc (patch)
tree983d22217ff76daf7112ad3d81d2a4bb296e6918 /src/buildtool/tree_structure/TARGETS
parent6a1a70e6882e9ef19843cf7171fc74eee763da44 (diff)
downloadjustbuild-6b76cc424d622dae484a218f3bf8bfc7851a97fc.tar.gz
TreeStructure: Implement computation logic
Diffstat (limited to 'src/buildtool/tree_structure/TARGETS')
-rw-r--r--src/buildtool/tree_structure/TARGETS24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/buildtool/tree_structure/TARGETS b/src/buildtool/tree_structure/TARGETS
index e02f6e1c..c52f2b57 100644
--- a/src/buildtool/tree_structure/TARGETS
+++ b/src/buildtool/tree_structure/TARGETS
@@ -21,4 +21,28 @@
, ["src/utils/cpp", "expected"]
]
}
+, "compute_tree_structure":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["compute_tree_structure"]
+ , "hdrs": ["compute_tree_structure.hpp"]
+ , "srcs": ["compute_tree_structure.cpp"]
+ , "deps":
+ [ "tree_structure_cache"
+ , ["src/buildtool/common", "common"]
+ , ["src/buildtool/storage", "storage"]
+ , ["src/utils/cpp", "expected"]
+ ]
+ , "stage": ["src", "buildtool", "tree_structure"]
+ , "private-deps":
+ [ ["@", "fmt", "", "fmt"]
+ , ["src/buildtool/common", "artifact_digest_factory"]
+ , ["src/buildtool/common", "protocol_traits"]
+ , ["src/buildtool/crypto", "hash_function"]
+ , ["src/buildtool/file_system", "file_system_manager"]
+ , ["src/buildtool/file_system", "git_repo"]
+ , ["src/buildtool/file_system", "object_type"]
+ , ["src/utils/cpp", "hex_string"]
+ , ["src/utils/cpp", "path"]
+ ]
+ }
}