mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
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:
committed by
Copybara-Service
parent
e696f9f83d
commit
9a0743ac27
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user