gtestmock-cmake-template icon indicating copy to clipboard operation
gtestmock-cmake-template copied to clipboard

C++ Google Test/Mock CMake template

Google Test/Mock CMake template

Basic template for C++ development using Google Test/Mock and CMake. It was initially created for a C++ Testing Hacklab on March 2013.

Usage

  1. Clone this repository with git clone git://github.com/davidag/gtestmock-cmake-template.git myproject
  2. Run setup.sh to download and install Google Test/Mock and setup debug/release directories.