summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2023-12-06 06:25:05 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2023-12-06 06:25:59 -0800
commit9b83dc9f0d3309ebe79f2c26bb3b71563bc28922 (patch)
tree667e77817a3122a196da1a1ddb8bc6de49879af6 /CMake
parent5dc2cc1a6a992e09d9cf930cdce7984640e2b7e0 (diff)
Move vlog_config to the internal directory and change the namespace of VLogSite
PiperOrigin-RevId: 588403935 Change-Id: I6a3af3c044b887ec65b19390d316cfb3ccdcc853
Diffstat (limited to 'CMake')
-rw-r--r--CMake/AbseilDll.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake
index f21ba284..f845863b 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -180,6 +180,8 @@ set(ABSL_INTERNAL_DLL_FILES
"log/internal/proto.cc"
"log/internal/strip.h"
"log/internal/structured.h"
+ "log/internal/vlog_config.cc"
+ "log/internal/vlog_config.h"
"log/internal/voidify.h"
"log/initialize.cc"
"log/initialize.h"
@@ -191,8 +193,6 @@ set(ABSL_INTERNAL_DLL_FILES
"log/log_sink_registry.h"
"log/log_streamer.h"
"log/structured.h"
- "log/vlog_config.cc"
- "log/vlog_config.h"
"log/vlog_is_on.h"
"memory/memory.h"
"meta/type_traits.h"