|
Boost-Build : |
Subject: [Boost-build] Google Protocol Buffers library support module
From: Rodrigo Souza (pinhopro_at_[hidden])
Date: 2011-02-24 23:47:05
Hello All,
I just developed a google protocol buffers library support module for boost
build, and I am making this contribution available to everyone under the
Boost License.
The usage is pretty simple.
add the following line in your user-config,jam
using pb : /usr/local ; # assuming google protocol buffers is installed in
/usr/local
and in your Jamfile.
import pb ;
exe myapp
: myapp.cpp
messages.proto
/pb//protobuflib ;
This is the first version, and it doesn't support auto-detection.
Enjoy,
Rodrigo Pinho Pereira de Souza
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk