fix: generate cpp grpc services (#64)
This commit is contained in:
@@ -5,4 +5,5 @@ set -e
|
||||
PROTO_ROOT=./proto
|
||||
CPP_OUTPUT=./c++
|
||||
|
||||
protoc --proto_path=proto/ --cpp_out=${CPP_OUTPUT} $(find ./proto/ -type f -iname "*.proto")
|
||||
protoc -I ${PROTO_ROOT} --cpp_out=${CPP_OUTPUT} $(find ./proto/ -type f -iname "*.proto")
|
||||
protoc -I ${PROTO_ROOT} --grpc_out=${CPP_OUTPUT} --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` $(find ./proto/ -type f -iname "*.proto")
|
||||
|
||||
Reference in New Issue
Block a user