machinekit / machinetalk-protobuf

Protobuf declarations for machinekit messages
MIT License
10 stars 11 forks source link

Complete Makefile to build shared C++ library #54

Open machinekoder opened 8 years ago

machinekoder commented 8 years ago

The Makefile installs C++ headers, however, does not build any library. To make use of machinetalk-protobuf it would make sense to move building the shared machinetalk-protobuf library to this repository.

machinekoder commented 8 years ago

Related to https://github.com/machinekit/machinetalk-protobuf/issues/24

machinekoder commented 8 years ago

I suggest adding the build of the library to a cpp sub-directory to keep consistency with the js and python libs.