Basic template for C++ development using Google Test/Mock and CMake. It was initially created for a C++ Testing Hacklab on March 2013.
- Clone this repository with
git clone git://github.com/davidag/gtestmock-cmake-template.git myproject
- Run
setup.sh
to download and install Google Test/Mock and setup debug/release directories.