Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 246 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 246 Bytes

CMake Protobuf Example

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

Build

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

Run

$ ./main