Skip to content

Commit 9a0743a

Browse files
zhangskzcopybara-github
authored andcommitted
Add absl_vlog_is_on and vlog_is_on to ABSL_INTERNAL_DLL_TARGETS
PiperOrigin-RevId: 655958414 Change-Id: I09b3a86b009cd64e53d27b615c0ec127ed64e8e4
1 parent e696f9f commit 9a0743a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMake/AbseilDll.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ endif()
488488
set(ABSL_INTERNAL_DLL_TARGETS
489489
"absl_check"
490490
"absl_log"
491+
"absl_vlog_is_on"
491492
"algorithm"
492493
"algorithm_container"
493494
"any"
@@ -645,6 +646,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
645646
"utility"
646647
"variant"
647648
"vlog_config_internal"
649+
"vlog_is_on"
648650
)
649651

650652
if(NOT MSVC)

0 commit comments

Comments
 (0)