chenshuo / muduo

Event-driven network library for multi-threaded Linux server in C++11
https://github.com/chenshuo/muduo
Other
14.7k stars 5.15k forks source link

Chore: fix build with bazel #543

Open hcoona opened 2 years ago

hcoona commented 2 years ago

Muduo failed to build with bazel because we missed to declare boost dependencies in several targets. This MR would help to fix these issues.