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
"log_internal_check_op"
"log_internal_conditions"
"log_internal_config"
"log_internal_fnmatch"
"log_internal_format"
"log_internal_globals"
"log_internal_log_impl"
......@@ -587,6 +588,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"strerror"
"strings"
"strings_internal"
"string_view"
"symbolize"
"synchronization"
"thread_pool"
......@@ -597,6 +599,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"type_traits"
"utility"
"variant"
"vlog_config_internal"
)
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