The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

10 lines
377 B

4 weeks ago
  1. workspace(name = "com_github_jbeder_yaml_cpp")
  2. load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
  3. http_archive(
  4. name = "com_google_googletest",
  5. strip_prefix = "googletest-release-1.8.1",
  6. url = "https://github.com/google/googletest/archive/release-1.8.1.tar.gz",
  7. sha256 = "9bf1fe5182a604b4135edc1a425ae356c9ad15e9b23f9f12a02e80184c3a249c",
  8. )