summaryrefslogtreecommitdiff
path: root/other/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'other/BUILD')
-rw-r--r--other/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/other/BUILD b/other/BUILD
new file mode 100644
index 00000000..5c8997ec
--- /dev/null
+++ b/other/BUILD
@@ -0,0 +1,10 @@
1cc_library(
2 name = "monolith",
3 hdrs = ["monolith.h"],
4 visibility = ["//c-toxcore/auto_tests:__pkg__"],
5 deps = [
6 "//c-toxcore/toxav:monolith",
7 "//c-toxcore/toxcore:monolith",
8 "//c-toxcore/toxencryptsave:monolith",
9 ],
10)