12 lines
224 B (Stored with Git LFS)
Text
12 lines
224 B (Stored with Git LFS)
Text
licenses(["notice"]) # BSD/MIT-like license
|
|
|
|
filegroup(
|
|
name = "LICENSE",
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
cc_library(
|
|
name = "re2",
|
|
linkopts = ["-lre2"],
|
|
visibility = ["//visibility:public"],
|
|
)
|