From 6e0ac337c979af420bef197f2a9e2bde5e65d0fc Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 28 Jan 2018 15:17:34 +0000 Subject: Avoid clashes with "build" directories on case-insensitive file systems. --- other/bootstrap_daemon/BUILD.bazel | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 other/bootstrap_daemon/BUILD.bazel (limited to 'other/bootstrap_daemon/BUILD.bazel') diff --git a/other/bootstrap_daemon/BUILD.bazel b/other/bootstrap_daemon/BUILD.bazel new file mode 100644 index 00000000..631a473e --- /dev/null +++ b/other/bootstrap_daemon/BUILD.bazel @@ -0,0 +1,12 @@ +cc_binary( + name = "bootstrap_daemon", + srcs = glob([ + "src/*.c", + "src/*.h", + ]), + deps = [ + "//c-toxcore/other:bootstrap_node_packets", + "//c-toxcore/toxcore", + "@libconfig", + ], +) -- cgit v1.2.3