From b6126f38fdf6aedfee869c7ad119c35fe59002fa Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 18 Nov 2022 14:39:10 +0100 Subject: Use the newly-added concept of private-deps While there, also add all direct dependencies explicitly; using directly dependencies that are pulled in only indireclty causes problems from a maintainability point of view. --- src/buildtool/execution_engine/executor/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/execution_engine/executor') diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS index 87ccdf70..45f8a31c 100644 --- a/src/buildtool/execution_engine/executor/TARGETS +++ b/src/buildtool/execution_engine/executor/TARGETS @@ -13,6 +13,7 @@ , ["src/buildtool/progress_reporting", "progress"] , ["src/utils/cpp", "hex_string"] , ["@", "gsl-lite", "", "gsl-lite"] + , ["src/buildtool/common", "common"] ] , "stage": ["src", "buildtool", "execution_engine", "executor"] } -- cgit v1.2.3