proto.sh 315 B

1234
  1. protoc -I=./message message_base.proto --cpp_out=./message
  2. protoc -I=./message parkspace_allocation_message.proto --cpp_out=./message
  3. protoc -I=./parkspace_allocation database_communication_configuration.proto --cpp_out=./parkspace_allocation
  4. protoc -I=./communication communication.proto --cpp_out=./communication