eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.03k stars 40 forks source link

Build the C and C++ language bindings with bazel #329

Closed elBoberido closed 3 months ago

elBoberido commented 3 months ago

Brief feature description

Bazel is often used for large C++ code bases, especially in a mono repo. In order to help integrating iceoryx2 with the C and C++ bindings in such repos, support to build iceoryx2 with bazel shall be added.