wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.11k stars 1.03k forks source link

Adding support for the bazel build system #226

Closed silvergasp closed 3 years ago

silvergasp commented 4 years ago

This includes the libraries and examples. The correct implementation should automatically be configured depending on the platform.

wjwwood commented 3 years ago

Thanks for your pull request @silvergasp, but I don't have time to maintain a third build configuration, already have CMake and pure VS, and in fact I'm going to remove the VS one I think.

If there's continued interest in Bazel support, maybe I can take on a co-maintainer to handle that, but for now I'm going to close this pull request. Please feel free to continue discussion here though.

silvergasp commented 3 years ago

No worries. I definitely understand the motivation around the maintenance burden. I'm happy to provide guidance/co-maintain Bazel build definitions. I am actively using this fork of your repo with other projects using Bazel, so my alternative here is to maintain the fork.