Merge 9b96c6971bca7a52df3024ccf7f64db522fc213e into 9156d4caac880b513264ecbe0aa4746a3fead3d7

This commit is contained in:
hvadehra 2025-12-16 10:23:36 -05:00 committed by GitHub
commit 0091d57b9d
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",