project-name ├── src │ ├── CMakeLists.txt │ └── main.cpp ├── build.sh (need +x mod) ├── conanfile.txt ├── CMakeLists.txt ├── README.md └── .gitignore