CMake and GTest 101 This is a barebones project for understanding how cmake and gtest works. To build mkdir build cd build cmake .. make ctest -VV