Skip to content

wberrier/protobuf-cmake

 
 

Repository files navigation

protobuf-cmake: CMake build files for Protocol Buffers

Written by Jesper Eskilson ([email protected])

Requirements
------------

* CMake version 2.6 

* Protocol Buffers version 2.5.0rc1

Instructions
------------

On Unix, the Protobuf configure script needs to be run before running 
CMake in order to create the config.h file:

   $ cd /path/to/protobuf
   $ ./configure

The CMake variable PROTOBUF_ROOT needs to be set to the location of
the Protocol Buffers sources. When running CMake on the command line,
this can be set like this:

   $ cd build
   $ cmake /path/to/protobuf-cmake -DPROTOBUF_ROOT=/path/to/protobufs

About

CMake build support for Google Protobufs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published