aboutsummaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorChris Mihelich <cmihelic@google.com>2024-06-26 15:13:52 -0700
committerCopybara-Service <copybara-worker@google.com>2024-06-26 15:14:45 -0700
commit16452e1418c1c2a8bcf4a99238e190ba901a20a6 (patch)
tree551f86735011199f26edd2a635683c33bcd80cd6 /CMake
parent63d4b2fe1e0d4bd6a7b916f398643db40c35624b (diff)
downloadabseil-16452e1418c1c2a8bcf4a99238e190ba901a20a6.tar.gz
abseil-16452e1418c1c2a8bcf4a99238e190ba901a20a6.tar.bz2
abseil-16452e1418c1c2a8bcf4a99238e190ba901a20a6.zip
Decoder for Rust-style Punycode encodings of bounded length.
PiperOrigin-RevId: 647093624 Change-Id: Ic76bfa4aa8fb616cb23095ce7bfa30c3812dcb21
Diffstat (limited to 'CMake')
-rw-r--r--CMake/AbseilDll.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake
index 27f79b72..a81cbaf3 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -125,6 +125,8 @@ set(ABSL_INTERNAL_DLL_FILES
"debugging/internal/address_is_readable.cc"
"debugging/internal/address_is_readable.h"
"debugging/internal/bounded_utf8_length_sequence.h"
+ "debugging/internal/decode_rust_punycode.cc"
+ "debugging/internal/decode_rust_punycode.h"
"debugging/internal/demangle.cc"
"debugging/internal/demangle.h"
"debugging/internal/demangle_rust.cc"