forked from cpp-redis/cpp_redis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWORKSPACE
More file actions
21 lines (19 loc) · 699 Bytes
/
WORKSPACE
File metadata and controls
21 lines (19 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
new_http_archive(
name = "gtest",
build_file = "BUILD.gtest",
sha256 = "f3ed3b58511efd272eb074a3a6d6fb79d7c2e6a0e374323d1e6bcbcc1ef141bf",
strip_prefix = "googletest-release-1.8.0",
url = "https://github.com/google/googletest/archive/release-1.8.0.zip",
)
http_archive(
name = "tacopie",
sha256 = "bbdebecdb68d5f9eb64170217000daf844e0aee18b8c4d3dd373d07efd9f7316",
strip_prefix = "tacopie-master",
url = "https://github.com/cylix/tacopie/archive/master.zip",
)
# Note: You can use the submodule version of tacopie.
# Comment out tacopie rule above and use this rule instead.
#local_repository(
# name = "tacopie",
# path = "/absolute/path/to/tacopie",
#)