mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
8 lines
146 B
8 lines
146 B
9 years ago
|
# Depend packages
|
||
|
@_gRPC_FIND_ZLIB@
|
||
|
@_gRPC_FIND_PROTOBUF@
|
||
|
@_gRPC_FIND_SSL@
|
||
|
|
||
|
# Targets
|
||
|
include(${CMAKE_CURRENT_LIST_DIR}/gRPCTargets.cmake)
|