toxcore/other/bootstrap_daemon/BUILD.bazel

13 lines
233 B
Python

cc_binary(
name = "bootstrap_daemon",
srcs = glob([
"src/*.c",
"src/*.h",
]),
deps = [
"//c-toxcore/other:bootstrap_node_packets",
"//c-toxcore/toxcore",
"@libconfig",
],
)