2018-01-21 09:05:23 +08:00
|
|
|
cc_binary(
|
|
|
|
name = "bootstrap_daemon",
|
|
|
|
srcs = glob([
|
|
|
|
"src/*.c",
|
|
|
|
"src/*.h",
|
|
|
|
]),
|
|
|
|
deps = [
|
|
|
|
"//c-toxcore/other:bootstrap_node_packets",
|
|
|
|
"//c-toxcore/toxcore",
|
2018-01-22 07:00:36 +08:00
|
|
|
"@libconfig",
|
2018-01-21 09:05:23 +08:00
|
|
|
],
|
|
|
|
)
|