-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMODULE.bazel
More file actions
32 lines (26 loc) · 793 Bytes
/
MODULE.bazel
File metadata and controls
32 lines (26 loc) · 793 Bytes
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
module(name = "tsnl.cc_embed")
#
# from cpp_base: do not edit this section.
#
# Toolchain:
bazel_dep(name = "rules_cc", version = "0.1.1")
# Hedron's Compile Commands Extractor for Bazel
# https://github.com/hedronvision/bazel-compile-commands-extractor
bazel_dep(name = "hedron_compile_commands")
git_override(
module_name = "hedron_compile_commands",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
commit = "4f28899228fb3ad0126897876f147ca15026151e",
)
# test libraries:
bazel_dep(name = "googletest", version = "1.16.0.bcr.1")
#
# rest:
#
bazel_dep(name = "tsnl.log")
git_override(
module_name = "tsnl.log",
remote = "https://github.com/tsnl/log",
# branch = "main",
commit = "02807d7be49f226d635278eb2ff4469075ad54d5",
)