summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorGravatar Andy Getzendanner <durandal@google.com>2023-08-14 13:42:14 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2023-08-14 13:43:31 -0700
commite8f98b24eb3f16f0964c63d1bec9cf1bc3c2606e (patch)
tree7e29765549620beb4156d43d642e27b5916589de /CMake
parent2890217b725a20a8b785b041bc7198fa2ec74870 (diff)
An FNMatch helper for upcoming functionality.
PiperOrigin-RevId: 556898736 Change-Id: Ic310bab090d6a92036034058520ed6641be86fbc
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 f0d984ae..a5a512bd 100644
--- a/CMake/AbseilDll.cmake
+++ b/CMake/AbseilDll.cmake
@@ -163,6 +163,8 @@ set(ABSL_INTERNAL_DLL_FILES
"log/internal/conditions.cc"
"log/internal/conditions.h"
"log/internal/config.h"
+ "log/internal/fnmatch.h"
+ "log/internal/fnmatch.cc"
"log/internal/globals.cc"
"log/internal/globals.h"
"log/internal/log_format.cc"