Commit df283a20 by H. Vetinari

fix some missing ABSL_INTERNAL_DLL_TARGETS for shared builds

parent 3aa3377e
...@@ -462,8 +462,14 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -462,8 +462,14 @@ set(ABSL_INTERNAL_DLL_TARGETS
"container_common" "container_common"
"container_memory" "container_memory"
"cord" "cord"
"cord_internal"
"cordz_functions"
"cordz_handle"
"cordz_info"
"cordz_sample_token"
"core_headers" "core_headers"
"counting_allocator" "counting_allocator"
"crc_cord_state"
"crc_cpu_detect" "crc_cpu_detect"
"crc_internal" "crc_internal"
"crc32c" "crc32c"
...@@ -518,6 +524,7 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -518,6 +524,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"log_internal_structured" "log_internal_structured"
"log_severity" "log_severity"
"log_structured" "log_structured"
"low_level_hash"
"malloc_internal" "malloc_internal"
"memory" "memory"
"meta" "meta"
...@@ -569,8 +576,10 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -569,8 +576,10 @@ set(ABSL_INTERNAL_DLL_TARGETS
"stack_consumption" "stack_consumption"
"stacktrace" "stacktrace"
"status" "status"
"statusor"
"str_format" "str_format"
"str_format_internal" "str_format_internal"
"strerror"
"strings" "strings"
"strings_internal" "strings_internal"
"symbolize" "symbolize"
...@@ -606,6 +615,7 @@ set(ABSL_INTERNAL_TEST_DLL_TARGETS ...@@ -606,6 +615,7 @@ set(ABSL_INTERNAL_TEST_DLL_TARGETS
"cordz_test_helpers" "cordz_test_helpers"
"hash_testing" "hash_testing"
"random_mocking_bit_gen" "random_mocking_bit_gen"
"random_internal_distribution_test_util"
"random_internal_mock_overload_set" "random_internal_mock_overload_set"
"scoped_mock_log" "scoped_mock_log"
) )
......
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