Commit 152e9a18 by Derek Mauro Committed by Copybara-Service

CMake: Mark hash_testing as a public testonly library, as it is with Bazel

PiperOrigin-RevId: 471833563
Change-Id: Ida281308afab67e73b2da61418e82b22c2110ef9
parent b922dbef
...@@ -24,7 +24,7 @@ absl_cc_library( ...@@ -24,7 +24,7 @@ absl_cc_library(
"internal/hash.h" "internal/hash.h"
COPTS COPTS
${ABSL_DEFAULT_COPTS} ${ABSL_DEFAULT_COPTS}
DEPS DEPS
absl::city absl::city
absl::config absl::config
absl::core_headers absl::core_headers
...@@ -55,6 +55,7 @@ absl_cc_library( ...@@ -55,6 +55,7 @@ absl_cc_library(
absl::variant absl::variant
GTest::gmock GTest::gmock
TESTONLY TESTONLY
PUBLIC
) )
absl_cc_test( absl_cc_test(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment