In my hunt for a build system that can handle multiple languages and build code in incremental manner, I found Bazel to be a very good solution. However, there is one issue I do not have a solution for.
I have C++ code with circular dependencies. Until it is resolved, I need a build system that can build such code. My question is, can Bazel build code with circular dependencies, especially C++ code? If yes, can someone please share the guidelines or some useful links for the same?