mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-31 00:13:00 +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}
|