gkamal / gtestmock-cmake-template

C++ Google Test/Mock CMake template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

C++ Google Test/Mock CMake template


Languages

Language:Shell 74.3%Language:C++ 25.7%