4 lines
137 B
Batchfile
Raw Permalink Normal View History

2024-05-11 17:43:38 +08:00
protoc.exe -I=. --grpc_out=. --plugin=protoc-gen-grpc=.\grpc_cpp_plugin.exe stream.proto
protoc.exe -I=. --cpp_out=. stream.proto
pause