Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jul 18, 2024
1 parent acfe109 commit ef4d779
Showing 1 changed file with 29 additions and 23 deletions.
52 changes: 29 additions & 23 deletions cmake/external/abseil-cpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,16 @@ set(ABSEIL_LIBS
absl::absl_log
absl::log_internal_log_impl
absl::log_internal_strip
absl::log_internal_message
absl::log_internal_format
absl::synchronization
absl::str_format
absl::flags
absl::log_internal_message
absl::log_internal_globals
absl::kernel_timeout_internal
absl::str_format_internal
absl::hash
absl::log_internal_append_truncated
absl::absl_vlog_is_on
absl::flags_commandlineflag
absl::time
Expand All @@ -77,6 +82,8 @@ absl::spinlock_wait
absl::raw_logging_internal
absl::flat_hash_set
absl::flat_hash_map
absl::node_hash_map
absl::node_hash_set
absl::compare
absl::base_internal
absl::nullability
Expand All @@ -85,50 +92,49 @@ absl::type_traits
absl::atomic_hook
absl::flags_commandlineflag_internal
absl::hash_container_defaults
absl::numeric_representation
absl::node_slot_policy
absl::core_headers
absl::dynamic_annotations
absl::errno_saver
absl::absl_check
absl::str_format
absl::raw_hash_set
absl::hash_function_defaults
absl::container_memory
absl::raw_hash_map
absl::algorithm_container
absl::fixed_array
absl::low_level_hash
absl::variant
absl::city
absl::meta
absl::low_level_hash
absl::function_ref
absl::meta
absl::fixed_array
absl::variant
absl::log_internal_voidify
absl::log_internal_proto
absl::log_internal_nullguard
absl::log_globals
absl::inlined_vector
absl::log_sink
absl::log_sink_registry
absl::log_entry
absl::strerror
absl::log_internal_log_sink_set
absl::examine_stack
absl::log_sink
absl::log_internal_format
absl::log_entry
absl::log_internal_globals
absl::log_internal_append_truncated
absl::log_internal_proto
absl::log_globals
absl::log_internal_config
absl::raw_hash_map
absl::algorithm_container
absl::container_memory
absl::raw_hash_set
absl::span
absl::log_internal_log_sink_set
absl::inlined_vector
absl::log_internal_nullstream
absl::vlog_config_internal
absl::flags_internal
absl::flags_config
absl::flags_reflection
absl::flags_internal
absl::fast_type_id
absl::utility
absl::time_zone
absl::civil_time
absl::string_view
absl::memory
absl::time_zone
absl::throw_delegate
absl::charset
absl::memory
absl::string_view
absl::endian
absl::bits
absl::demangle_internal
Expand Down

0 comments on commit ef4d779

Please sign in to comment.