diff options
author | Martijn Vels <mvels@google.com> | 2023-01-26 14:22:33 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-01-26 14:23:41 -0800 |
commit | db51f68788bfc505e1d68a731b0175c593cf89cd (patch) | |
tree | 1f63206b09289d7784a93e49621b2f3eb3b2e3e5 /CMake | |
parent | c21bd95257bd0978824e12d91a6f8975a506877f (diff) |
Introduce Abseil Prefetch API
PiperOrigin-RevId: 504941246
Change-Id: I94c1e85afd254e84948477b511d41eeb8285fdae
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 c4a41e6d..52a563cd 100644 --- a/CMake/AbseilDll.cmake +++ b/CMake/AbseilDll.cmake @@ -28,6 +28,7 @@ set(ABSL_INTERNAL_DLL_FILES "base/internal/low_level_scheduling.h" "base/internal/per_thread_tls.h" "base/internal/prefetch.h" + "base/prefetch.h" "base/internal/pretty_function.h" "base/internal/raw_logging.cc" "base/internal/raw_logging.h" |