mirror of
https://github.com/google/googletest.git
synced 2026-06-15 08:26:11 +08:00
Merge 9b96c6971bca7a52df3024ccf7f64db522fc213e into 7140cd416cecd7462a8aae488024abeee55598e4
This commit is contained in:
commit
dca37d2ec5
@ -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 = "20260107.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