shaochuan / cmake-protobuf-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Protobuf Example

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

Build

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

Run

$ ./main

About

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

License:MIT License


Languages

Language:CMake 75.0%Language:C++ 25.0%