I have this simple directory structure:
. ├── main │ ├── BUILD │ └── future.cpp └── WORKSPACE
where the BUILD file is as follow: