CMake Protobuf Example
Minimal example of using CMake to manage C++ project with protobuf.
Build
$ mkdir build
$ cd build
$ cmake ..
$ make
Run
$ ./main
Minimal example of using CMake to manage C++ project with protobuf.
C++MIT
Minimal example of using CMake to manage C++ project with protobuf.
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./main