Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 552 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 552 Bytes

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.