diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-18 14:39:10 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-21 12:43:34 +0100 |
commit | b6126f38fdf6aedfee869c7ad119c35fe59002fa (patch) | |
tree | 2afe828174e90de459591e3fdc936d9af5a4c662 /src/buildtool/execution_engine/executor | |
parent | 0c83c812f8cc559c647e6a3c6f3beea71de3bb06 (diff) | |
download | justbuild-b6126f38fdf6aedfee869c7ad119c35fe59002fa.tar.gz |
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.
Diffstat (limited to 'src/buildtool/execution_engine/executor')
-rw-r--r-- | src/buildtool/execution_engine/executor/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |