From 18a33169b8d9b96fc85d8819a1700c729cf794f6 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 18 Jan 2018 15:14:50 +0000 Subject: Add bazel build scripts for c-toxcore. This allows us and users to reproducibly build verified versions of the library with checksums. It will power the toktok-stack continuous build with checked-in checksums at specific git revisions. --- other/BUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 other/BUILD (limited to 'other') diff --git a/other/BUILD b/other/BUILD new file mode 100644 index 00000000..5c8997ec --- /dev/null +++ b/other/BUILD @@ -0,0 +1,10 @@ +cc_library( + name = "monolith", + hdrs = ["monolith.h"], + visibility = ["//c-toxcore/auto_tests:__pkg__"], + deps = [ + "//c-toxcore/toxav:monolith", + "//c-toxcore/toxcore:monolith", + "//c-toxcore/toxencryptsave:monolith", + ], +) -- cgit v1.2.3