gtestmock-cmake-template
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
- Clone this repository with
git clone git://github.com/davidag/gtestmock-cmake-template.git myproject - Run
setup.shto download and install Google Test/Mock and setup debug/release directories.