/cmake-gtest

A very basic CMake Googletest GMock environment

Primary LanguageC++

cpp-tutorial

Source code for "Project from scratch series"

Building the project (with cmake)

mkdir build && cd build && cmake .. && make

Building with test cases (with cmake)

Just use -DBUILD_TESTS=ON option for cmake. mkdir build && cd build && cmake -DBUILD_TESTS=ON .. && make

the graphviz shows the project organization as below (gtest)

GTest