-
Notifications
You must be signed in to change notification settings - Fork 0
/
WORKSPACE
43 lines (36 loc) · 825 Bytes
/
WORKSPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
workspace(name = "oko")
new_local_repository(
name = "libcxx",
build_file = "bazel/repos/libcxx.BUILD",
path = "/usr",
)
new_local_repository(
name = "boost",
build_file = "bazel/repos/boost.BUILD",
path = "/opt/boost_1_73_0",
)
new_local_repository(
name = "ncurses",
build_file = "bazel/repos/ncurses.BUILD",
path = "/usr",
)
new_local_repository(
name = "aws_sdk",
build_file = "bazel/repos/aws_sdk.BUILD",
path = "/opt/aws-sdk-cpp",
)
new_local_repository(
name = "libzip",
build_file = "bazel/repos/libzip.BUILD",
path = "/usr",
)
new_local_repository(
name = "libzstd",
build_file = "bazel/repos/libzstd.BUILD",
path = "/usr",
)
new_local_repository(
name = "libzlib",
build_file = "bazel/repos/libzlib.BUILD",
path = "/usr",
)