-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
A possible solution without sharing thrift files is to implement and export in the module A a small library that defines the required types and contains the client functions (basically the client side of the code generated by thrift). |
Beta Was this translation helpful? Give feedback.
-
We are trying to do what @lornat75 suggested in the |
Beta Was this translation helpful? Give feedback.
-
A tutorial on how to do this is available at: http://robotology.github.io/ycm/gh-pages/master/manual/ycm-build-system-support.7.html . Some example repositories are also available: |
Beta Was this translation helpful? Give feedback.
-
Another option could be to install the thrift files on the server side and to use them and regenerate the thrift includes on the client side... |
Beta Was this translation helpful? Give feedback.
A possible solution without sharing thrift files is to implement and export in the module A a small library that defines the required types and contains the client functions (basically the client side of the code generated by thrift).