gradido/compile_proto.sh
2019-10-25 12:20:05 +00:00

6 lines
169 B
Bash
Executable File

#!/bin/bash
if [ ! -d "./src/cpp/proto" ] ; then
mkdir ./src/cpp/proto
fi
protoc --cpp_out=./src/cpp/proto --proto_path=./src/proto/gradido ./src/proto/gradido/*.proto