TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
https://thelartians.github.io/ModernCppStarter
The Unlicense
4.43k stars 386 forks source link

how to generate build file of bazel in cmake? #147

Closed roderick-liu closed 2 years ago

roderick-liu commented 3 years ago

hi how to generate build file of bazel in cmake?

TheLartians commented 3 years ago

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

ClausKlein commented 2 years ago

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.