diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-04 10:05:54 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-07 17:42:26 +0200 |
commit | 0ce050714843dec41f2dc097a2236ab00f85ccce (patch) | |
tree | 65a0b6dc9c345dc8d1546df447148ec49053a923 /src/buildtool/execution_engine/executor/TARGETS | |
parent | ab7d432e72a6c97b7ad9dcfe45b530cd626e4b58 (diff) | |
download | justbuild-0ce050714843dec41f2dc097a2236ab00f85ccce.tar.gz |
executor: also handle tree-overlay actions
Diffstat (limited to 'src/buildtool/execution_engine/executor/TARGETS')
-rw-r--r-- | src/buildtool/execution_engine/executor/TARGETS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS index 2ac64635..d063439e 100644 --- a/src/buildtool/execution_engine/executor/TARGETS +++ b/src/buildtool/execution_engine/executor/TARGETS @@ -25,6 +25,9 @@ , ["src/buildtool/execution_api/remote", "config"] , ["src/buildtool/execution_api/remote", "context"] , ["src/buildtool/execution_engine/dag", "dag"] + , [ "src/buildtool/execution_engine/tree_operations" + , "tree_operations_utils" + ] , ["src/buildtool/file_system", "file_root"] , ["src/buildtool/file_system", "git_tree"] , ["src/buildtool/file_system", "object_type"] |