From 470d8b518fec24aa4f7af50b249acb47c595f780 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 26 Jul 2024 16:56:06 +0200 Subject: Add extensible struct to be passed to graph traverser --- src/buildtool/execution_engine/executor/TARGETS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/buildtool/execution_engine/executor/TARGETS') 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"] + } } -- cgit v1.2.3