• 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@
9Libs: -L${libdir} -lprotobuf-lite @CMAKE_THREAD_LIBS_INIT@
10Cflags: -I${includedir} @CMAKE_THREAD_LIBS_INIT@
11Conflicts: protobuf
12