From fd9fbe74511fb2a060a3b15a1572b52fe16a6a43 Mon Sep 17 00:00:00 2001 From: Andy Soffer Date: Thu, 27 Oct 2022 20:21:40 -0700 Subject: Move internal details from one source file to another more appropriate source file. PiperOrigin-RevId: 484419458 Change-Id: Ic2c1afa1a3434ac071c01ae2e6c75dee41b1f069 --- CMake/AbseilDll.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'CMake/AbseilDll.cmake') diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index 30069da2..d90d24d8 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -243,6 +243,7 @@ set(ABSL_INTERNAL_DLL_FILES "strings/internal/stl_type_traits.h" "strings/internal/string_constant.h" "strings/internal/stringify_sink.h" + "strings/internal/stringify_sink.cc" "strings/match.cc" "strings/match.h" "strings/numbers.cc" -- cgit v1.2.3