blob: 81d87c1f7019a151c874396d8ae571bb0dfe38c0 [file] [log] [blame]
Axel Huebl668712c2017-07-21 18:57:07 +02001prefix=@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@
Mike Kruskalf79e35c2023-04-24 10:41:12 -07009Requires: @_protobuf_PC_REQUIRES@
Axel Huebl668712c2017-07-21 18:57:07 +020010Libs: -L${libdir} -lprotobuf @CMAKE_THREAD_LIBS_INIT@
Carlos O'Ryanf86008a2023-05-07 09:22:27 -070011Cflags: -I${includedir} @_protobuf_PC_CFLAGS@
Axel Huebl668712c2017-07-21 18:57:07 +020012Conflicts: protobuf-lite