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 --initmkdir build && cd buildcmake ..make