This is my basic file structure:
├── BUILD │ └── lib │ └── *.a files │ └── include │ └── library ├── test.cpp └── CmakeLists.txt