From dc273f4ce89dc6e562c4a99fd394c92f56eeb63f Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 24 May 2024 17:19:35 +0200 Subject: Convert BlobContainer to a template ...where the template parameter is the type of a digest. --- src/buildtool/execution_api/common/TARGETS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/buildtool/execution_api/common/TARGETS') diff --git a/src/buildtool/execution_api/common/TARGETS b/src/buildtool/execution_api/common/TARGETS index 825f612f..4cb4e4b2 100644 --- a/src/buildtool/execution_api/common/TARGETS +++ b/src/buildtool/execution_api/common/TARGETS @@ -71,4 +71,11 @@ , ["src/buildtool/logging", "log_level"] ] } +, "content_blob_container": + { "type": ["@", "rules", "CC", "library"] + , "name": ["content_blob_container"] + , "hdrs": ["content_blob_container.hpp"] + , "stage": ["src", "buildtool", "execution_api", "common"] + , "deps": [["src/utils/cpp", "transformed_range"]] + } } -- cgit v1.2.3