rwl / protobuf-matlab

Automatically exported from code.google.com/p/protobuf-matlab
Other
1 stars 0 forks source link

Plugin driver to use the compiler without change of protoc #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In newer versions of the protobuf compiler plugins can be used to create 
language-specific source code from the parsed .proto files.
By putting the attached driver into the directory with matlab_generator.cc and 
matlab_generator.h, the compiler can be generated simply by linking against 
libprotobuf and libprotoc.

I'm not able to provide an adapted Makefile.am since I'm using CMake to build 
the compiler. 

Torsten

Original issue reported on code.google.com by torsten...@gmail.com on 15 Mar 2012 at 4:06

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch! I've updated the project to use that method.

Original comment by evan.lap...@gmail.com on 20 Mar 2012 at 6:59