toxcore/other/bootstrap_daemon/BUILD

13 lines
240 B
Python
Raw Normal View History

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