C++ project demo build with CMake using third party gRPC, gtest and JSON
sudo apt install cmake build-essential
- cmake version >= 3.5
git clone --recursive ...
orgit pull && git submodule update --recursive --init
mkdir build && cd build
cmake ..
make