demo1 使用bazel编译一个源文件生成可执行程序简单示例 demo1目录树 demo1 ├── app │ ├── BUILD │ └── hello_world.cpp ├── README.md └── WORKSPACE workspace A workspace is a directory on your filesystem that contains the source files for the software you want to build, as well as