From bb19ad08f4649f4bd0a920adb9226e97e23d7c13 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Wed, 18 Sep 2024 16:18:53 +0200 Subject: Implement CASUtils::Add{Data, File}toCAS ...that both use the same templated class CASContentValidator. --- src/buildtool/execution_api/execution_service/TARGETS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/buildtool/execution_api/execution_service/TARGETS') diff --git a/src/buildtool/execution_api/execution_service/TARGETS b/src/buildtool/execution_api/execution_service/TARGETS index 26be0be8..e5779f10 100644 --- a/src/buildtool/execution_api/execution_service/TARGETS +++ b/src/buildtool/execution_api/execution_service/TARGETS @@ -188,7 +188,9 @@ ] , "private-deps": [ ["@", "fmt", "", "fmt"] + , ["@", "gsl", "", "gsl"] , ["src/buildtool/file_system", "file_system_manager"] + , ["src/buildtool/common", "protocol_traits"] ] } } -- cgit v1.2.3