### Problem Statement CMake build system is: - Slow and inefficient - Complex to maintain - Difficult to manage dependencies - Inconsistent across different development environments ### Feature Idea We want to switch to Bazel to: - Improve build performance - Simplify dependency management - Enhance build reproducibility - Provide better cross-platform support (Menlo Pi etc) Reference [Bazel vs CMake - VirtusLab Blog](https://virtuslab.com/blog/backend/bazel-vs-c-make/)
Problem Statement
CMake build system is:
Feature Idea
We want to switch to Bazel to:
Reference
Bazel vs CMake - VirtusLab Blog