Add support to Bazel

@LoSealL I agree bazel would probably more tightly describe the deps. For build speed, have you tried using ninja? cmake -GNinja .. && ninja is pretty fast, assuming you don’t need to fetch anything.