Simple CMake boilerplate to build your C++ projects.
Pretty simple, CMake makes you make files inside build/ and make builds your C++ project. Your execurable ends up in: cmake_bp/build/src/cmake_bp.
cd cmake_bp
chmod a+x build.sh
build.sh
cd cmake_bp/build
make help
make
https://www.youtube.com/watch?v=WHqNYypltIY
That is for another day...