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