diff options
Diffstat (limited to 'src/buildtool/multithreading/TARGETS')
-rw-r--r-- | src/buildtool/multithreading/TARGETS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/buildtool/multithreading/TARGETS b/src/buildtool/multithreading/TARGETS index e750c943..2a1fc119 100644 --- a/src/buildtool/multithreading/TARGETS +++ b/src/buildtool/multithreading/TARGETS @@ -57,4 +57,16 @@ , "deps": [["src/utils/cpp", "atomic"]] , "stage": ["src", "buildtool", "multithreading"] } +, "async_map_utils": + { "type": ["@", "rules", "CC", "library"] + , "name": ["async_map_utils"] + , "hdrs": ["async_map_utils.hpp"] + , "deps": + [ "async_map_consumer" + , ["@", "fmt", "", "fmt"] + , ["src/buildtool/logging", "logging"] + , ["src/utils/cpp", "concepts"] + ] + , "stage": ["src", "buildtool", "multithreading"] + } } |