diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-25 11:41:30 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-10-25 18:10:37 +0200 |
commit | 68e3d9129f84cdfc60aa0bc6efa518a01200bccd (patch) | |
tree | a1440f4b6d12c11f8679141393c7a8c398c748bf /src/other_tools/ops_maps | |
parent | a61f95ba14f0550662a343662c06382bac643540 (diff) | |
download | justbuild-68e3d9129f84cdfc60aa0bc6efa518a01200bccd.tar.gz |
Add dependencies explicitly that are included directly
... instead of relying on those dependencies being pulled in
indirectly.
Diffstat (limited to 'src/other_tools/ops_maps')
-rw-r--r-- | src/other_tools/ops_maps/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/ops_maps/TARGETS b/src/other_tools/ops_maps/TARGETS index 34c2d355..3bc2fbdf 100644 --- a/src/other_tools/ops_maps/TARGETS +++ b/src/other_tools/ops_maps/TARGETS @@ -72,6 +72,7 @@ , ["src/other_tools/just_mr", "mirrors"] , ["src/other_tools/just_mr/progress_reporting", "progress"] , ["src/other_tools/ops_maps", "critical_git_op_map"] + , ["src/other_tools/utils", "curl_url_handle"] , ["src/utils/cpp", "hash_combine"] ] , "stage": ["src", "other_tools", "ops_maps"] |