diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-26 16:56:06 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-07-30 12:10:06 +0200 |
commit | 470d8b518fec24aa4f7af50b249acb47c595f780 (patch) | |
tree | b5370c4ed1a469ec5e42b74394aa703fca149480 /src/buildtool/execution_engine/executor/TARGETS | |
parent | 35fe9c1e07464de85ea8138c574c0bc7d07c5a48 (diff) | |
download | justbuild-470d8b518fec24aa4f7af50b249acb47c595f780.tar.gz |
Add extensible struct to be passed to graph traverser
Diffstat (limited to 'src/buildtool/execution_engine/executor/TARGETS')
-rw-r--r-- | src/buildtool/execution_engine/executor/TARGETS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS index 4eb5e39d..3af6b46b 100644 --- a/src/buildtool/execution_engine/executor/TARGETS +++ b/src/buildtool/execution_engine/executor/TARGETS @@ -25,4 +25,18 @@ ] , "stage": ["src", "buildtool", "execution_engine", "executor"] } +, "context": + { "type": ["@", "rules", "CC", "library"] + , "name": ["context"] + , "hdrs": ["context.hpp"] + , "deps": + [ ["@", "gsl", "", "gsl"] + , ["src/buildtool/common", "common"] + , ["src/buildtool/common", "config"] + , ["src/buildtool/execution_api/common", "api_bundle"] + , ["src/buildtool/execution_api/remote", "context"] + , ["src/buildtool/progress_reporting", "progress"] + ] + , "stage": ["src", "buildtool", "execution_engine", "executor"] + } } |