[protobuf] Re: Creating Static C++ Library with Protobuf messages to be reused accross projects

2020-04-13 Thread Mayron Reis
has anyone found any solution to this problem? Em quarta-feira, 21 de março de 2018 15:13:47 UTC-3, c.co...@axis-canada.com escreveu: > > Hi, > > I am trying to create a static lib with the message definitions to be > share across multiple CMake projects. At the moment, I have: > >- A

[protobuf] Re: Creating Static C++ Library with Protobuf messages to be reused accross projects

2019-02-17 Thread doron atuar
Hey, I'm struggling with a similar problem. were you able to solve it? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[protobuf] Re: Creating Static C++ Library with Protobuf messages to be reused accross projects

2018-03-22 Thread Edward Clark
Perhaps look at the link command and see if it includes the protobuf libraries as you expect, or post it here. On Wednesday, March 21, 2018 at 2:13:47 PM UTC-4, c.co...@axis-canada.com wrote: > > Hi, > > I am trying to create a static lib with the message definitions to be > share across