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