Axel Huebl | 668712c | 2017-07-21 18:57:07 +0200 | [diff] [blame] | 1 | prefix=@CMAKE_INSTALL_PREFIX@ |
| 2 | exec_prefix=@CMAKE_INSTALL_PREFIX@ |
| 3 | libdir=@CMAKE_INSTALL_FULL_LIBDIR@ |
| 4 | includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ |
| 5 | |
| 6 | Name: Protocol Buffers |
| 7 | Description: Google's Data Interchange Format |
| 8 | Version: @protobuf_VERSION@ |
Mike Kruskal | f79e35c | 2023-04-24 10:41:12 -0700 | [diff] [blame] | 9 | Requires: @_protobuf_PC_REQUIRES@ |
Axel Huebl | 668712c | 2017-07-21 18:57:07 +0200 | [diff] [blame] | 10 | Libs: -L${libdir} -lprotobuf @CMAKE_THREAD_LIBS_INIT@ |
Carlos O'Ryan | f86008a | 2023-05-07 09:22:27 -0700 | [diff] [blame^] | 11 | Cflags: -I${includedir} @_protobuf_PC_CFLAGS@ |
Axel Huebl | 668712c | 2017-07-21 18:57:07 +0200 | [diff] [blame] | 12 | Conflicts: protobuf-lite |