initial commit, with generated protobufs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
PROTO_DIR="../protocol"
|
||||
|
||||
proto:
|
||||
@{ \
|
||||
if [ -d "$(PROTO_DIR)" ]; \
|
||||
then \
|
||||
protoc --dart_out=lib/src/proto -I$(PROTO_DIR) $(PROTO_DIR)/livekit_rtc.proto $(PROTO_DIR)/livekit_models.proto; \
|
||||
else \
|
||||
echo "../protocol is not found. github.com/livekit/protocol must be checked out"; \
|
||||
fi \
|
||||
}
|
||||
|
||||
.PHONY: proto
|
||||
Reference in New Issue
Block a user