sohal / cmake-gtest

A very basic CMake Googletest GMock environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A very basic CMake Googletest GMock environment


Languages

Language:C++ 59.7%Language:CMake 29.8%Language:Makefile 3.6%Language:C 3.5%Language:BitBake 3.5%