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