summaryrefslogtreecommitdiff
path: root/absl/log/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Andy Getzendanner <durandal@google.com>2022-09-29 07:59:48 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2022-09-29 08:00:33 -0700
commitf8b5a041bd596a72197b6f23082e9a90844d5ae1 (patch)
tree235dcec62c1b033be7c6517e2e42ac6718659dc8 /absl/log/CMakeLists.txt
parentdce028bdceed82b33be6f20f95fada518bfb7af5 (diff)
Expand LogEntry method docs.
In particular: * point to LOG mutator methods that can affect their values * point out lifetime hazards with ABSL_ATTRIBUTE_LIFETIME_BOUND PiperOrigin-RevId: 477725823 Change-Id: I38cb434b300ceea3cceb2c42eb406bba8e1049d4
Diffstat (limited to 'absl/log/CMakeLists.txt')
-rw-r--r--absl/log/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/log/CMakeLists.txt b/absl/log/CMakeLists.txt
index 20f1b686..09e4ca0c 100644
--- a/absl/log/CMakeLists.txt
+++ b/absl/log/CMakeLists.txt
@@ -450,6 +450,7 @@ absl_cc_library(
${ABSL_DEFAULT_LINKOPTS}
DEPS
absl::config
+ absl::core_headers
absl::log_internal_config
absl::log_severity
absl::span