blob: 9745cb89c7a7ba6571122b1933ff04567e8b4735 [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@
9Libs: -L${libdir} -lprotobuf-lite @CMAKE_THREAD_LIBS_INIT@
Rosen Penevcb8ca282020-12-17 20:54:48 -080010Cflags: -I${includedir}
Axel Huebl668712c2017-07-21 18:57:07 +020011Conflicts: protobuf