diff options
author | Abseil Team <absl-team@google.com> | 2023-09-13 07:57:51 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-09-13 07:58:42 -0700 |
commit | 9e1789ffea47fdeb3133aa42aa9592f3673fb6ed (patch) | |
tree | a41313482e10f78947308b7a0aab28cdee09c501 /CMake | |
parent | 6c6b2733f8453f53e4e07fe4e311d52d51aad100 (diff) |
Make `HasAbslStringify` public.
PiperOrigin-RevId: 565050503
Change-Id: I8f4c463be4ef513a2788745d1b454a7ede489152
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/AbseilDll.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake index f8eeb140..cbd79d57 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -306,6 +306,7 @@ set(ABSL_INTERNAL_DLL_FILES "strings/internal/stringify_sink.h" "strings/internal/stringify_sink.cc" "strings/internal/has_absl_stringify.h" + "strings/has_absl_stringify.h" "strings/match.cc" "strings/match.h" "strings/numbers.cc" |