parent
57828b0c60
commit
06e65a29de
2 changed files with 17 additions and 0 deletions
@ -0,0 +1,10 @@ |
||||
prefix=@CMAKE_INSTALL_PREFIX@ |
||||
exec_prefix=@CMAKE_INSTALL_PREFIX@ |
||||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@ |
||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ |
||||
|
||||
Name: Protocol Buffers |
||||
Description: Google's Data Interchange Format |
||||
Version: @protobuf_VERSION@ |
||||
Libs: -L${libdir} -lupb @CMAKE_THREAD_LIBS_INIT@ |
||||
Cflags: -I${includedir} |
Loading…
Reference in new issue