mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
licenses(["notice"]) # BSD 3-Clause
|
|
|
|
filegroup(
|
|
name = "COPYING",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "snappy",
|
|
linkopts = ["-lsnappy"],
|
|
visibility = ["//visibility:public"],
|
|
)
|