diff options
Diffstat (limited to 'CMake/README.md')
-rw-r--r-- | CMake/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CMake/README.md b/CMake/README.md index 469dfef5d1ca..04d5df3ab092 100644 --- a/CMake/README.md +++ b/CMake/README.md @@ -85,13 +85,15 @@ https://github.com/abseil/abseil-cpp/issues/109 for more information. Here's a non-exhaustive list of Abseil CMake public targets: ```cmake -absl::base absl::algorithm +absl::base absl::debugging absl::flat_hash_map +absl::flags absl::memory absl::meta absl::numeric +absl::random absl::strings absl::synchronization absl::time |