Add absl_vlog_is_on and vlog_is_on to ABSL_INTERNAL_DLL_TARGETS

PiperOrigin-RevId: 655958414
Change-Id: I09b3a86b009cd64e53d27b615c0ec127ed64e8e4
This commit is contained in:
Sandy Zhang
2024-07-25 08:08:26 -07:00
committed by Copybara-Service
parent e696f9f83d
commit 9a0743ac27

View File

@@ -488,6 +488,7 @@ endif()
set(ABSL_INTERNAL_DLL_TARGETS
"absl_check"
"absl_log"
"absl_vlog_is_on"
"algorithm"
"algorithm_container"
"any"
@@ -645,6 +646,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"utility"
"variant"
"vlog_config_internal"
"vlog_is_on"
)
if(NOT MSVC)