Commit bd0429d9 by Abseil Team Committed by Copybara-Service

add gmock to cmake defs for no_destructor_test

This is missing, which causes build-time breakages in cmake builds when
gtest is directly included as part of the build's cmake tree.
no_destructor_test directly `#include`s gmock.

PiperOrigin-RevId: 675253814
Change-Id: Id9ce8b2935c526ea0bfca91590c23bbbcde05f9c
parent a186a2d5
...@@ -546,6 +546,7 @@ absl_cc_test( ...@@ -546,6 +546,7 @@ absl_cc_test(
absl::no_destructor absl::no_destructor
absl::config absl::config
absl::raw_logging_internal absl::raw_logging_internal
GTest::gmock
GTest::gtest_main GTest::gtest_main
) )
......
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