12 lines
222 B (Stored with Git LFS)
Text
12 lines
222 B (Stored with Git LFS)
Text
licenses(["notice"]) # BSD 3-Clause
|
|
|
|
filegroup(
|
|
name = "COPYING",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "snappy",
|
|
linkopts = ["-lsnappy"],
|
|
visibility = ["//visibility:public"],
|
|
)
|