d863bc33e cleanup: avoid "unused function" errors in OSS land f4948c4f2 internal change cd1507d14 Fix typo in pkg-config file to properly link the utf8_range libraries 3f179d134 Add pkg-config file declaring Abseil dependency of utf8_range git-subtree-dir: third_party/utf8_range git-subtree-split: d863bc33e15cba6d873c878dcca9e6fe52b2f8cbpull/12918/head^2
parent
c2da35d619
commit
4b414d60ee
5 changed files with 32 additions and 1 deletions
@ -0,0 +1,11 @@ |
||||
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} -lutf8_validity -lutf8_range @CMAKE_THREAD_LIBS_INIT@ |
||||
Cflags: -I${includedir} |
Loading…
Reference in new issue