• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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@
9Requires: @_protobuf_PC_REQUIRES@
10Libs: -L${libdir} -lprotobuf-lite @CMAKE_THREAD_LIBS_INIT@
11Cflags: -I${includedir} @_protobuf_PC_CFLAGS@
12Conflicts: protobuf
13