mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
9ead2436e5
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@220 00440858-1255-0410-a3e6-75ea37f81c3a
14 lines
279 B
PkgConfig
14 lines
279 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libprotobuf-c
|
|
Description: C-API for Google's protocol buffers
|
|
Version: @VERSION@
|
|
URL: http://code.google.com/p/protobuf-c/
|
|
Requires:
|
|
Libs: -L${libdir} -lprotobuf-c
|
|
Cflags: -I${includedir}
|
|
|