summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/remote/TARGETS
diff options
context:
space:
mode:
authorMaksim Denisov <denisov.maksim@huawei.com>2024-06-17 15:11:36 +0200
committerMaksim Denisov <denisov.maksim@huawei.com>2024-07-05 12:53:57 +0200
commit8c73c618d777a07c017ec0deefe88db83652827e (patch)
tree4165656a0a956a1aa0c7ffbaf555d25a5c5894b3 /src/buildtool/execution_api/remote/TARGETS
parente8ab0db340f9d3f408c3f4d14b5b39c3a7cc7037 (diff)
downloadjustbuild-8c73c618d777a07c017ec0deefe88db83652827e.tar.gz
Move functionality from StorageConfig to related classes.
Diffstat (limited to 'src/buildtool/execution_api/remote/TARGETS')
-rw-r--r--src/buildtool/execution_api/remote/TARGETS5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/remote/TARGETS b/src/buildtool/execution_api/remote/TARGETS
index ef019f4d..f4aec5db 100644
--- a/src/buildtool/execution_api/remote/TARGETS
+++ b/src/buildtool/execution_api/remote/TARGETS
@@ -93,7 +93,10 @@
, "name": ["config"]
, "hdrs": ["config.hpp"]
, "srcs": ["config.cpp"]
- , "deps": [["src/buildtool/common/remote", "remote_common"]]
+ , "deps":
+ [ ["src/buildtool/common/remote", "remote_common"]
+ , ["@", "json", "", "json"]
+ ]
, "stage": ["src", "buildtool", "execution_api", "remote"]
, "private-deps":
[ ["src/buildtool/file_system", "file_system_manager"]