Skip to content

profiling/protobuf-cmake

 
 

Repository files navigation

protobuf-cmake: CMake build files for Protocol Buffers

Written by Jesper Eskilson (jesper@eskilson.se) with contributions from
several other people.

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

* CMake version 2.6
* Protobuf version 2.5.0

Download links
--------------
http://www.cmake.org/cmake/resources/software.html
http://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz

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

Languages

  • CMake 100.0%