13 lines
181 B
Python
13 lines
181 B
Python
![]() |
|
||
|
licenses(["notice"])
|
||
|
|
||
|
cc_binary(
|
||
|
name = "server",
|
||
|
srcs = glob([
|
||
|
"*.cpp",
|
||
|
"*.h",
|
||
|
]),
|
||
|
linkopts = ["-pthread"],
|
||
|
deps = ["//third_party/fruit"],
|
||
|
)
|