Protobuf prototypes have a source tree. I want to generate source files from proto files each time I change and the first time I start (for example, I create a new proto file). Then I want to compile a common library from these source files and save them in the source tree.
What is the best way to achieve my goal?
source share