Add absl_vlog_is_on and vlog_is_on to ABSL_INTERNAL_DLL_TARGETS

PiperOrigin-RevId: 655958414
Change-Id: I09b3a86b009cd64e53d27b615c0ec127ed64e8e4
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake
index 74d5047..a3fb15a 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -488,6 +488,7 @@
 set(ABSL_INTERNAL_DLL_TARGETS
   "absl_check"
   "absl_log"
+  "absl_vlog_is_on"
   "algorithm"
   "algorithm_container"
   "any"
@@ -645,6 +646,7 @@
   "utility"
   "variant"
   "vlog_config_internal"
+  "vlog_is_on"
 )
 
 if(NOT MSVC)