diff options
author | Abseil Team <absl-team@google.com> | 2024-05-26 18:55:55 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-05-26 18:56:50 -0700 |
commit | ca81d343946a1775860791f77cde565b43f92cdd (patch) | |
tree | de0428de4e955af602b7e167472b371f3b629dcf /CMake/AbseilDll.cmake | |
parent | 1c177722b998a62d7ffcf6c73c2b8542f4c83754 (diff) |
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
Diffstat (limited to 'CMake/AbseilDll.cmake')
-rw-r--r-- | CMake/AbseilDll.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index 9fa06433..b15e90ba 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -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 |