how to generate build file of bazel in cmake?
roderick-liu opened this issue · 2 comments
roderick-liu commented
hi
how to generate build file of bazel in cmake?
TheLartians commented
Hey, unfortunately I'm not aware of any bazel generator for CMake.
ClausKlein commented
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.