DaanDeMeyer / reproc

A cross-platform (C99/C++11) process library
MIT License
552 stars 65 forks source link

Add bazel build #93

Closed ayeganov closed 1 year ago

ayeganov commented 1 year ago

What Does This PR Do?

I am using reproc as part of my project and I needed to build it using Bazel. This set of changes contains the minimum to use Bazel as the build system.

DaanDeMeyer commented 1 year ago

Thanks for taking the time to make a PR, but I'm not willing to merge support for another build system. You're welcome to fork reproc and add the bazel build there.