Merge 9b96c6971bca7a52df3024ccf7f64db522fc213e into 1b96fa13f549387b7549cc89e1a785cf143a1a50

This commit is contained in:
hvadehra 2025-11-12 14:15:49 -05:00 committed by GitHub
commit 22ac415624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -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")

View File

@ -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",