2009-08-03 21:31:25 +00:00
|
|
|
prefix=@prefix@
|
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
|
|
|
|
Name: Protocol Buffers
|
|
|
|
Description: Google's Data Interchange Format
|
|
|
|
Version: @VERSION@
|
2019-01-04 21:08:21 +00:00
|
|
|
Libs: -L${libdir} -lprotobuf-lite @PTHREAD_LIBS@
|
2009-08-03 21:31:25 +00:00
|
|
|
Cflags: -I${includedir} @PTHREAD_CFLAGS@
|
2015-05-12 15:50:05 +00:00
|
|
|
Conflicts: protobuf
|