mirror of
https://github.com/google/googletest.git
synced 2025-12-11 22:20:00 +08:00
Merge 9b96c6971bca7a52df3024ccf7f64db522fc213e into 1b96fa13f549387b7549cc89e1a785cf143a1a50
This commit is contained in:
commit
22ac415624
@ -29,6 +29,7 @@
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
# Bazel Build for Google C++ Testing Framework(Google Test)
|
||||
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
|
||||
|
||||
load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
|
||||
|
||||
|
||||
@ -43,6 +43,10 @@ bazel_dep(
|
||||
name = "abseil-cpp",
|
||||
version = "20250814.0",
|
||||
)
|
||||
bazel_dep(
|
||||
name = "rules_cc",
|
||||
version = "0.2.8",
|
||||
)
|
||||
bazel_dep(
|
||||
name = "platforms",
|
||||
version = "0.0.11",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user