protobuf_grpc: google serializing and RPC library
protobuf : 3.9.1 grpc : 1.24.0 Issue #190
This commit is contained in:
committed by
Norman Feske
parent
f957aa538f
commit
5587d78e89
3
lib/import/import-grpc.mk
Normal file
3
lib/import/import-grpc.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
GRPC_PORT_DIR := $(call select_from_ports,protobuf_grpc)
|
||||
|
||||
INC_DIR += $(GRPC_PORT_DIR)/include
|
||||
5
lib/import/import-protobuf.mk
Normal file
5
lib/import/import-protobuf.mk
Normal file
@@ -0,0 +1,5 @@
|
||||
PROTOBUF_PORT_DIR := $(call select_from_ports,protobuf_grpc)
|
||||
|
||||
INC_DIR += $(PROTOBUF_PORT_DIR)/include
|
||||
|
||||
PROTO_FILES_DIR := $(PROTOBUF_PORT_DIR)/proto/protobuf/src
|
||||
Reference in New Issue
Block a user