-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Very similarly to what was said in issue #41 , I was wondering if you were interested in providing support for the Bazel build system, with the goal of making it easier to include your library in projects using it. Since it's an header only library, the process is quite straight forward.
I will soon submit a pr that adds the necessary files for the integration. Feel free to tweak it to your liking.
There would also be the possibility of integrating a pipeline to publish the library on the bazel registry automatically at every release. While convenient in the long run, it is more involved to setup and some of the steps require action on your side. You can have a look at this if you are interested. I have added some of the necessary files in the .bcr
folder, but feel free to ignore them or even remove the folder entirely if you don't feel like it.
In any case, the publication step can be done manually, which is what I would like to do if the pr is merged.