Complete working example of Protocol Buffers in C++ with CMake and a Dockerfile

Posted on Thu 30 September 2021 in tech • Tagged with programming, Protobuf, C++, CMake, Linux, Docker

Protocol Buffers complete working example with CMake and Docker for C++

Protobuf


Complete working example gRPC in C++ with CMake and a Dockerfile

Posted on Thu 23 September 2021 in tech • Tagged with programming, gRPC, C++, CMake, Linux, Docker

Sometimes and example is worth a thousand words. In this installment gRPC C++ with CMake FetchContent and a Dockerfile.

gRPC


One Line CMAKE Tutorial

Posted on Tue 28 April 2020 in tech • Tagged with cmake, programming

Everything I know about cmake in one line.

$ cmake -H. -Bbuild -DCMAKE_RELEASE_TYPE=DEBUG -DCMAKE_VERBOSE_MAKEFILE=on -G"Unix Makefiles"
$ cd build && make -j