Skip to content

Commit

Permalink
Updated protobuf bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennoCaldato committed Jul 27, 2020
1 parent 1a598b1 commit 88a0c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/protobuf_messages/compileProtobufMessages.sh
@@ -1,5 +1,6 @@
protoc -I=./ --cpp_out=./ stabilizedata.proto
protoc -I=./ --cpp_out=./ trackerdata.proto
protoc -I=./ --cpp_out=./ objdetectdata.proto

mv *.cc ../
mv *.h ../../include/

0 comments on commit 88a0c37

Please sign in to comment.