PiScan/proto_gen.sh

8 lines
89 B
Bash

#!/bin/sh
cd src/external/PiScan-protobuf
protoc -I=. --cpp_out=. *.proto
cd ../../..