Commit f1905144 by Abseil Team Committed by Copybara-Service

CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLIC

PiperOrigin-RevId: 478611460
Change-Id: I327dbd1c16a22649e3a25b9ebbc94b48a2fda26f
parent f8e0ff7f
...@@ -82,6 +82,10 @@ absl_cc_test( ...@@ -82,6 +82,10 @@ absl_cc_test(
) )
# Internal-only target, do not depend on directly. # Internal-only target, do not depend on directly.
#
# Note: Even though external code should not depend on this target
# directly, it must be marked PUBLIC since it is a dependency of
# hash_testing.
absl_cc_library( absl_cc_library(
NAME NAME
spy_hash_state spy_hash_state
...@@ -94,6 +98,7 @@ absl_cc_library( ...@@ -94,6 +98,7 @@ absl_cc_library(
absl::strings absl::strings
absl::str_format absl::str_format
TESTONLY TESTONLY
PUBLIC
) )
# Internal-only target, do not depend on directly. # Internal-only target, do not depend on directly.
......
...@@ -903,6 +903,7 @@ absl_cc_library( ...@@ -903,6 +903,7 @@ absl_cc_library(
absl::cord_internal absl::cord_internal
absl::strings absl::strings
TESTONLY TESTONLY
PUBLIC
) )
# Internal-only target, do not depend on directly. # Internal-only target, do not depend on directly.
......
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