Commit 9a0743ac by Sandy Zhang Committed by Copybara-Service

Add absl_vlog_is_on and vlog_is_on to ABSL_INTERNAL_DLL_TARGETS

PiperOrigin-RevId: 655958414
Change-Id: I09b3a86b009cd64e53d27b615c0ec127ed64e8e4
parent e696f9f8
...@@ -488,6 +488,7 @@ endif() ...@@ -488,6 +488,7 @@ endif()
set(ABSL_INTERNAL_DLL_TARGETS set(ABSL_INTERNAL_DLL_TARGETS
"absl_check" "absl_check"
"absl_log" "absl_log"
"absl_vlog_is_on"
"algorithm" "algorithm"
"algorithm_container" "algorithm_container"
"any" "any"
...@@ -645,6 +646,7 @@ set(ABSL_INTERNAL_DLL_TARGETS ...@@ -645,6 +646,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"utility" "utility"
"variant" "variant"
"vlog_config_internal" "vlog_config_internal"
"vlog_is_on"
) )
if(NOT MSVC) if(NOT MSVC)
......
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