/Google-Mock-Examples

Google Mock examples for Linux from Pluralsight course

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Google-Mock-Examples

How to build:

We are using cmake for this, please install cmake: sudo apt-get install cmake

###For building with cmake:

cd *-cplusplus-mocking-using-google-mock-*
mkdir build
cd build
cmake ..
make