Commit ca81d343 by Abseil Team Committed by Copybara-Service

Add missing targets to ABSL_INTERNAL_DLL_TARGETS

Include targets that are already included in ABSL_INTERNAL_DLL_FILES.

PiperOrigin-RevId: 637498166
Change-Id: I7c5714a962b515a96b6e9e55bb8854b9f303180c
parent 1c177722
...@@ -508,6 +508,7 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -508,6 +508,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"log_internal_check_op" "log_internal_check_op"
"log_internal_conditions" "log_internal_conditions"
"log_internal_config" "log_internal_config"
"log_internal_fnmatch"
"log_internal_format" "log_internal_format"
"log_internal_globals" "log_internal_globals"
"log_internal_log_impl" "log_internal_log_impl"
...@@ -587,6 +588,7 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -587,6 +588,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"strerror" "strerror"
"strings" "strings"
"strings_internal" "strings_internal"
"string_view"
"symbolize" "symbolize"
"synchronization" "synchronization"
"thread_pool" "thread_pool"
...@@ -597,6 +599,7 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -597,6 +599,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"type_traits" "type_traits"
"utility" "utility"
"variant" "variant"
"vlog_config_internal"
) )
set(ABSL_INTERNAL_TEST_DLL_FILES set(ABSL_INTERNAL_TEST_DLL_FILES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment