summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/execution_service/TARGETS
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-09-18 16:18:53 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-09-19 12:24:07 +0200
commitbb19ad08f4649f4bd0a920adb9226e97e23d7c13 (patch)
tree53b1ddc069290179f895f6b544cc2419d9f74c0f /src/buildtool/execution_api/execution_service/TARGETS
parenta28dcc4004e5bbcc84a0c7b774d20f88bf211e84 (diff)
downloadjustbuild-bb19ad08f4649f4bd0a920adb9226e97e23d7c13.tar.gz
Implement CASUtils::Add{Data, File}toCAS
...that both use the same templated class CASContentValidator.
Diffstat (limited to 'src/buildtool/execution_api/execution_service/TARGETS')
-rw-r--r--src/buildtool/execution_api/execution_service/TARGETS2
1 files changed, 2 insertions, 0 deletions
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"]
]
}
}