> FWIW, I have been experimenting with auto-generating CMake from my Bazel BUILD file for my project https://github.com/google/upb. My plan is to use Bazel for development but have the CMake build be a fully supported option also for users who don't want to touch Bazel.
Thank you for your answer.
I really wish the auto-generation of CMake build scripts will solve the problem(s).
But even that I have doubts.
The way Bazel works will make very hard to auto-generate "standard modern" CMake that allows external dependencies. This is orthogonal to the way Bazel works.
Thank you for your answer.
I really wish the auto-generation of CMake build scripts will solve the problem(s).
But even that I have doubts. The way Bazel works will make very hard to auto-generate "standard modern" CMake that allows external dependencies. This is orthogonal to the way Bazel works.