summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/remote/TARGETS
diff options
context:
space:
mode:
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"]