bazel work

This commit is contained in:
2019-01-10 21:46:00 -08:00
parent 3a10624966
commit 87d2b360bb
5 changed files with 50 additions and 5 deletions

View File

@@ -7,5 +7,19 @@ cc_library(
srcs = ["libcurses.dylib"],
visibility = ["//visibility:public"],
)
cc_library(
name = "curl",
srcs = ["libcurl.dylib"],
visibility = ["//visibility:public"],
)
""",
)
new_http_archive(
name = "gtest",
url = "https://github.com/google/googletest/archive/release-1.8.0.tar.gz",
sha256 = "58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8",
build_file = "gtest.BUILD",
strip_prefix = "googletest-release-1.8.0",
)