aosp12/external/google-fruit/examples/server/BUILD

13 lines
181 B
Python
Raw Permalink Normal View History

2023-01-09 17:11:35 +08:00
licenses(["notice"])
cc_binary(
name = "server",
srcs = glob([
"*.cpp",
"*.h",
]),
linkopts = ["-pthread"],
deps = ["//third_party/fruit"],
)