protobuf_grpc: google serializing and RPC library

protobuf : 3.9.1
grpc     : 1.24.0

Issue #190
This commit is contained in:
Pirmin Duss
2019-09-20 11:18:30 +02:00
committed by Norman Feske
parent f957aa538f
commit 5587d78e89
37 changed files with 2018 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
content: include/google LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/protobuf_grpc)
include/google:
mkdir -p $@
cp -r $(PORT_DIR)/$@/* $@
LICENSE:
cp $(PORT_DIR)/src/lib/protobuf/LICENSE $@