summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/BUILD')
-rw-r--r--other/bootstrap_daemon/BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/other/bootstrap_daemon/BUILD b/other/bootstrap_daemon/BUILD
new file mode 100644
index 00000000..d4a6bd2e
--- /dev/null
+++ b/other/bootstrap_daemon/BUILD
@@ -0,0 +1,12 @@
1cc_binary(
2 name = "bootstrap_daemon",
3 srcs = glob([
4 "src/*.c",
5 "src/*.h",
6 ]),
7 linkopts = ["-lconfig"],
8 deps = [
9 "//c-toxcore/other:bootstrap_node_packets",
10 "//c-toxcore/toxcore",
11 ],
12)