Files
genode-world/recipes/api/protobuf/content.mk
Pirmin Duss 5587d78e89 protobuf_grpc: google serializing and RPC library
protobuf : 3.9.1
grpc     : 1.24.0

Issue #190
2019-11-04 14:03:22 +01:00

11 lines
204 B
Makefile

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 $@