C++ Boilerplate Overview A simple C++17 project boilerplate using CMake and Google Test. Checkout and build instructions git clone --recursive https://github.com/megabyde/cpp-boilerplate.git cd cpp-boilerplate mkdir build && cd build cmake .. make