Fix declared dependencies for pkg-config (#12518)
Closes #12439 Closes #12518 PiperOrigin-RevId: 526689125pull/12545/head
parent
0ecb729906
commit
f79e35c821
7 changed files with 37 additions and 2 deletions
@ -0,0 +1,12 @@ |
||||
prefix=@CMAKE_INSTALL_PREFIX@ |
||||
exec_prefix=@CMAKE_INSTALL_PREFIX@ |
||||
libdir=@CMAKE_INSTALL_FULL_LIBDIR@ |
||||
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@ |
||||
|
||||
Name: UTF8 Range |
||||
Description: Google's UTF8 Library |
||||
Version: 1.0 |
||||
Requires: absl_strings |
||||
Libs: -L${libdir} -lprotobuf-lite @CMAKE_THREAD_LIBS_INIT@ |
||||
Cflags: -I${includedir} |
||||
Conflicts: protobuf |
Loading…
Reference in new issue