protobuf.pc.cmake 344 B

1234567891011
  1. prefix=@CMAKE_INSTALL_PREFIX@
  2. exec_prefix=@CMAKE_INSTALL_PREFIX@
  3. libdir=@CMAKE_INSTALL_FULL_LIBDIR@
  4. includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
  5. Name: Protocol Buffers
  6. Description: Google's Data Interchange Format
  7. Version: @protobuf_VERSION@
  8. Libs: -L${libdir} -lprotobuf @CMAKE_THREAD_LIBS_INIT@
  9. Cflags: -I${includedir}
  10. Conflicts: protobuf-lite