Bazel: A high-level build tool for your polyglot codebase

from blog Tyler Mandry, | ↗ original
At my company, we are moving our medium-sized C++ and Python codebase from CMake to Bazel. Moving to a new build system is a lot of work, so naturally, it has to be justified. Here are the benefits most important to us. First-class build system for C++ Our primary language today is C++, which doesn’t have a standard build system. Bazel’s C++...