xref: /aosp_15_r20/external/cronet/third_party/protobuf/protobuf.pc.in (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: Protocol Buffers
7Description: Google's Data Interchange Format
8Version: @VERSION@
9Libs: -L${libdir} -lprotobuf
10Libs.private: @LIBS@
11
12Cflags: -I${includedir}
13Conflicts: protobuf-lite
14