TheLartians/ModernCppStarter

how to generate build file of bazel in cmake?

roderick-liu opened this issue · 2 comments

hi
how to generate build file of bazel in cmake?

Hey, unfortunately I'm not aware of any bazel generator for CMake.

https://docs.bazel.build/versions/4.2.1/bazel-overview.html

bazel is completely different from CMake, witch is a build generator, not a build tool.