bazel 專案新增 automake/autoconf 專案解決辦法

問題描述: 專案 A 是用 bazel 構建,專案 B 是用 automake / autoconf 或是 CMake 構建的,那麼如何在 專案 A 中使用專案 B 呢? 方法一:clone