C/C++ CMake Boilerplate

A general purpose C++ boilerplate.

Comes preconfigured with Google Test/CTest, basic project structure and CodeBlocks project generator script

How to clone

This project utilises git submodules. To both clone this and the required submodules run;

git clone --recurse-submodules https://github.com/mhwdvs/cpp-boilerplate