Skip to content

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

License

Notifications You must be signed in to change notification settings

mathben/cmake-protobuf-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 66.0%
  • C++ 23.3%
  • Protocol Buffer 10.7%