Merge 9b96c6971bca7a52df3024ccf7f64db522fc213e into 7140cd416cecd7462a8aae488024abeee55598e4

This commit is contained in:
hvadehra 2026-06-11 19:28:10 +02:00 committed by GitHub
commit dca37d2ec5
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 = "20260107.0",
)
bazel_dep(
name = "rules_cc",
version = "0.2.8",
)
bazel_dep(
name = "platforms",
version = "0.0.11",