0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 00:10:52 +00:00
termux-packages/packages/libprotobuf/interface_link_libraries.sh
Tee KOBAYASHI ae0a376f59 libprotobuf: Bump to 22.0
Revdep rebuild follows.
2023-02-19 10:28:34 +00:00

38 lines
626 B
Bash
Executable File

#!/bin/sh
$PKG_CONFIG --libs \
absl_check \
absl_log \
absl_algorithm \
absl_base \
absl_bind_front \
absl_bits \
absl_btree \
absl_cleanup \
absl_cord \
absl_core_headers \
absl_debugging \
absl_die_if_null \
absl_dynamic_annotations \
absl_flags \
absl_flat_hash_map \
absl_flat_hash_set \
absl_function_ref \
absl_hash \
absl_layout \
absl_log_initialize \
absl_log_severity \
absl_memory \
absl_node_hash_map \
absl_node_hash_set \
absl_optional \
absl_span \
absl_status \
absl_statusor \
absl_strings \
absl_synchronization \
absl_time \
absl_type_traits \
absl_utility \
absl_variant