Skip to content

Commit

Permalink
Add absl_vlog_is_on and vlog_is_on to ABSL_INTERNAL_DLL_TARGETS
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 655958414
Change-Id: I09b3a86b009cd64e53d27b615c0ec127ed64e8e4
  • Loading branch information
zhangskz authored and copybara-github committed Jul 25, 2024
1 parent e696f9f commit 9a0743a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMake/AbseilDll.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ endif()
set(ABSL_INTERNAL_DLL_TARGETS
"absl_check"
"absl_log"
"absl_vlog_is_on"
"algorithm"
"algorithm_container"
"any"
Expand Down Expand Up @@ -645,6 +646,7 @@ set(ABSL_INTERNAL_DLL_TARGETS
"utility"
"variant"
"vlog_config_internal"
"vlog_is_on"
)

if(NOT MSVC)
Expand Down

0 comments on commit 9a0743a

Please sign in to comment.