mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 14:48:18 +08:00
12 lines
243 B
PkgConfig
12 lines
243 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libprotobuf-c-rpc
|
|
Description: Protocol Buffers C RPC library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lprotobuf-c-rpc
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|