/cmake-protobuf-example

Minimal example of using CMake to manage C++ project with protobuf.

Primary LanguageC++MIT LicenseMIT

CMake Protobuf Example

Minimal example of using CMake to manage C++ project with protobuf.

Build

$ mkdir build
$ cd build
$ cmake ..
$ make

Run

$ ./main