mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
13 lines
359 B
13 lines
359 B
prefix=@CMAKE_INSTALL_PREFIX@ |
|
exec_prefix=${prefix} |
|
includedir=${prefix}/@gRPC_INSTALL_INCLUDEDIR@ |
|
libdir=${exec_prefix}/@gRPC_INSTALL_LIBDIR@ |
|
|
|
Name: @PC_NAME@ |
|
Description: @PC_DESCRIPTION@ |
|
Version: @PC_VERSION@ |
|
Cflags: -I${includedir} |
|
Requires: @PC_REQUIRES@ |
|
Requires.private: @PC_REQUIRES_PRIVATE@ |
|
Libs: -L${libdir} @PC_LIB@ |
|
Libs.private: @PC_LIBS_PRIVATE@
|
|
|