blob: 18886142a06bb509e6ee14c4e11ea9a568275d52 [file] [log] [blame]
licenses(["notice"])
cc_binary(
name = "server",
srcs = glob([
"*.cpp",
"*.h",
]),
linkopts = ["-pthread"],
deps = ["//third_party/fruit"],
)